prototype for optfn_palette

This commit is contained in:
nhmall
2020-04-11 17:54:24 -04:00
parent f4a83fc9de
commit b0237e6d3f

View 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);