summaryrefslogtreecommitdiffstats
path: root/rfcomm/lexer.l
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:58:09 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-23 05:58:09 +0100
commit5e0ca52b4cc7136c11d0e9a8b97b12adb51061f8 (patch)
treedd06a9329be1c21ecac92c5547827291f2803393 /rfcomm/lexer.l
parent80d17627cca464d98f201fb73932a2e41b44148e (diff)
Fix yyparse and yylex declarations
Diffstat (limited to 'rfcomm/lexer.l')
-rw-r--r--rfcomm/lexer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index 858e61d2..234f5215 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -36,6 +36,8 @@
#include "kword.h"
#include "parser.h"
+int yylex(void);
+
#define YY_NO_INPUT
#define ECHO {;}