Updated for ArchLinux error with gcc

This commit is contained in:
cdedwards
2021-09-09 16:48:48 -06:00
parent bb51ffc7b2
commit e80c9957c2
3 changed files with 3 additions and 18725 deletions

View File

@@ -83,7 +83,7 @@ extern int (*dcc_output_func) (int, int, char *, int);
extern int (*dcc_input_func) (int, int, char *, int, int);
extern int (*dcc_close_func) (int, unsigned long, int);
int (*serv_open_func) (int, unsigned long, int);
extern int (*serv_open_func) (int, unsigned long, int);
extern int (*serv_output_func) (int, int, char *, int);
extern int (*serv_input_func) (int, char *, int, int, int);
extern int (*serv_close_func) (int, unsigned long, int);