diff options
Diffstat (limited to 'pcap-nit.c')
-rw-r--r-- | pcap-nit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ pcap_activate_nit(pcap_t *p) } pcap_t * -pcap_create_interface(char *ebuf) +pcap_create_interface(const char *device _U_, char *ebuf) { pcap_t *p; |