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