couple more missing prototypes

This commit is contained in:
PatR
2020-04-22 15:32:32 -07:00
parent 0ae84411a0
commit 33cb2142e6

View File

@@ -69,6 +69,10 @@ static char *FDECL(mdlib_strsubst, (char *, const char *, const char *));
extern int GUILaunched;
#endif
/* these two are in extern.h but we don't include hack.h */
void NDECL(runtime_info_init);
const char *FDECL(do_runtime_info, (int *));
void NDECL(build_options);
static int NDECL(count_and_validate_winopts);
static void FDECL(opt_out_words, (char *, int *));