diff options
Diffstat (limited to 'pcap-snf.h')
-rw-r--r-- | pcap-snf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap-snf.h b/pcap-snf.h new file mode 100644 index 0000000..8c19755 --- /dev/null +++ b/pcap-snf.h @@ -0,0 +1,2 @@ +pcap_t *snf_create(const char *, char *); +int snf_platform_finddevs(pcap_if_t **devlistp, char *errbuf); |