mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
xwin: fix missing prototype of parse_file()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
6c6cbbdc57
commit
1a0b8ac61b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user