diff options
Diffstat (limited to 'gencode.h')
-rw-r--r-- | gencode.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -353,9 +353,7 @@ void finish_parse(struct block *); char *sdup(const char *); struct bpf_insn *icode_to_fcode(struct block *, u_int *); -int pcap_parse(void); -void lex_init(const char *); -void lex_cleanup(void); +int pcap_parse(void *); void sappend(struct slist *, struct slist *); /* XXX */ |