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