X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/985f531bfaf50ebad71c512bf6c109f0bae6c443..cc3ca65d6519faf3a0e4609b5150757c14af36e9:/pcap-int.h diff --git a/pcap-int.h b/pcap-int.h index d88331df..c5a030f5 100644 --- a/pcap-int.h +++ b/pcap-int.h @@ -446,7 +446,7 @@ int pcap_setnonblock_fd(pcap_t *p, int, char *); * "pcap_create_common()" allocates and fills in a pcap_t, for use * by pcap_create routines. */ -pcap_t *pcap_create_interface(char *); +pcap_t *pcap_create_interface(const char *, char *); pcap_t *pcap_create_common(char *, size_t); int pcap_do_addexit(pcap_t *); void pcap_add_to_pcaps_to_close(pcap_t *);