diff options
Diffstat (limited to 'pcap-snf.h')
-rw-r--r-- | pcap-snf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -pcap_t *snf_create(const char *, char *); -int snf_platform_finddevs(pcap_if_t **devlistp, char *errbuf); +pcap_t *snf_create(const char *, char *, int *); +int snf_findalldevs(pcap_if_t **devlistp, char *errbuf); |