aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gmid.h b/gmid.h
index a013af5..731a4fd 100644
--- a/gmid.h
+++ b/gmid.h
@@ -310,12 +310,6 @@ void init_config(void);
void free_config(void);
void drop_priv(void);
-/* provided by lex/yacc */
-extern FILE *yyin;
-extern int yylineno;
-extern int yyparse(void);
-extern int yylex(void);
-
void yyerror(const char*, ...);
int parse_portno(const char*);
void parse_conf(const char*);