prototype fix after Windows gcc complaint

This commit is contained in:
nhmall
2019-11-11 18:12:39 -05:00
parent a49f039e6f
commit 2359a9820e

View File

@@ -24,7 +24,7 @@
static void FDECL(process_options, (int argc, char **argv)); static void FDECL(process_options, (int argc, char **argv));
static void NDECL(nhusage); static void NDECL(nhusage);
static char *NDECL(get_executable_path); static char *NDECL(get_executable_path);
char *FDECL(translate_path_variables, (char *, char *)); char *FDECL(translate_path_variables, (const char *, char *));
char *NDECL(exename); char *NDECL(exename);
boolean NDECL(fakeconsole); boolean NDECL(fakeconsole);
void NDECL(freefakeconsole); void NDECL(freefakeconsole);