diff options
Diffstat (limited to 'pcap-win32.c')
-rw-r--r-- | pcap-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-win32.c b/pcap-win32.c index 0e380ea6..c6621c5b 100644 --- a/pcap-win32.c +++ b/pcap-win32.c @@ -1062,7 +1062,7 @@ bad: } pcap_t * -pcap_create_interface(char *ebuf) +pcap_create_interface(const char *device _U_, char *ebuf) { pcap_t *p; |