summaryrefslogtreecommitdiff
path: root/pcap-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-null.c')
-rw-r--r--pcap-null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-null.c b/pcap-null.c
index 2d271eb423bcc..6737386851d6f 100644
--- a/pcap-null.c
+++ b/pcap-null.c
@@ -40,7 +40,7 @@ static const char rcsid[] _U_ =
static char nosup[] = "live packet capture not supported on this system";
pcap_t *
-pcap_create(const char *device, char *ebuf)
+pcap_create_interface(const char *device, char *ebuf)
{
(void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE);
return (NULL);