aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 21:17:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 21:17:11 +0000
commit386cc77cdcda7a8b27ca6e5601644f06d1a57b53 (patch)
treed98f959bc5652f80a1a966cf277e43db527a47f8
parentb851422eebaf1739af93cfb4966f06acc53351d8 (diff)
downloadcflow-386cc77cdcda7a8b27ca6e5601644f06d1a57b53.tar.gz
cflow-386cc77cdcda7a8b27ca6e5601644f06d1a57b53.tar.bz2
(yylex): Prototype
-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.