aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index e7ffa97..c92a3d6 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -43,3 +43,6 @@ typedef struct {
extern YYSTYPE yylval;
extern char *filename;
extern int line_num;
+
+extern int yylex(void);
+

Return to:

Send suggestions and report system problems to the System administrator.