diff options
Diffstat (limited to 'pcap.h')
-rw-r--r-- | pcap.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ void pcap(char *pkt, size_t len); void pcapm(struct msghdr *mh); void pcapmm(struct mmsghdr *mmh, unsigned int vlen); -void pcap_init(struct ctx *c, int sock_index); +void pcap_init(struct ctx *c); |