summaryrefslogtreecommitdiff
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 964d5d22d4..3ec6b02638 100644
--- a/text2pcap.h
+++ b/text2pcap.h
@@ -40,7 +40,7 @@ typedef enum {
T_EOL
} token_t;
-void parse_token(token_t token, char *str);
+int parse_token(token_t token, char *str);
int yylex(void);