]> granicus.if.org Git - nethack/commitdiff
prototype for optfn_palette
authornhmall <nhmall@nethack.org>
Sat, 11 Apr 2020 21:54:24 +0000 (17:54 -0400)
committernhmall <nhmall@nethack.org>
Sat, 11 Apr 2020 21:54:24 +0000 (17:54 -0400)
src/options.c

index fc486fd50e0899aabe93f25bf32d41034dbe7fbc..a03ebe0e2639b43ef6c6faf6a5d003f5c5b790db 100644 (file)
@@ -286,7 +286,7 @@ static void FDECL(wc_set_font_name, (int, char *));
 static int FDECL(wc_set_window_colors, (char *));
 static boolean FDECL(illegal_menu_cmd_key, (CHAR_P));
 #ifndef CHANGE_COLOR
-int FDECL(optfn_palette, (int, BOOLEAN_P, BOOLEAN_P, char *, char *));
+int FDECL(optfn_palette, (int, int, BOOLEAN_P, char *, char *));
 #endif
 #ifdef CURSES_GRAPHICS
 extern int curses_read_attrs(const char *attrs);