xwin: fix missing prototype of parse_file()

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-25 20:05:04 +02:00
committed by Enrico Weigelt
parent 6c6cbbdc57
commit 1a0b8ac61b

View File

@@ -38,6 +38,7 @@
#include "winprefsyacc.h"
extern void ErrorF (const char* /*f*/, ...);
extern int parse_file(FILE * fp);
/* Copy the parsed string, must be free()d in yacc parser */
static char *makestr(char *str)