X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/720b9a33921bbc017ef39bd57dc25a8e9ce9535c..5823e2382c11cb9cdbe895c7e34b045a25c3bd78:/gencode.h diff --git a/gencode.h b/gencode.h index 67ed0dc0..5abca72d 100644 --- a/gencode.h +++ b/gencode.h @@ -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 */