aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'text2pcap.h')
-rw-r--r--text2pcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.h b/text2pcap.h
index 3ec6b02638..fd3a46202c 100644
--- a/text2pcap.h
+++ b/text2pcap.h
@@ -42,7 +42,7 @@ typedef enum {
int parse_token(token_t token, char *str);
-int yylex(void);
+int text2pcap_lex(void);
#endif