aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-23 22:28:06 +0000
committerGuy Harris <guy@alum.mit.edu>2012-11-23 22:28:06 +0000
commit7ed474bc27a468967bac44845116dc3ccde4d08b (patch)
treeeaf89d5aaea20c25a6bfe07ed03b6bdd57057f9f /capture-pcap-util-int.h
parent6b97dfbfa7a1e93e4cc5f1616feadef5f6fd8dfe (diff)
Hoist all the friendly-name/vendor-description stuff up into
if_info_new(). svn path=/trunk/; revision=46159
Diffstat (limited to 'capture-pcap-util-int.h')
-rw-r--r--capture-pcap-util-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h
index 9689bb10e1..2ba3097fe2 100644
--- a/capture-pcap-util-int.h
+++ b/capture-pcap-util-int.h
@@ -25,8 +25,8 @@
#ifndef __PCAP_UTIL_INT_H__
#define __PCAP_UTIL_INT_H__
-extern if_info_t *if_info_new(const char *name, const char *friendly_name,
- const char *vendor_description, gboolean loopback);
+extern if_info_t *if_info_new(const char *name, const char *description,
+ gboolean loopback);
extern void if_info_add_address(if_info_t *if_info, struct sockaddr *addr);
#ifdef HAVE_PCAP_FINDALLDEVS
#ifdef HAVE_PCAP_REMOTE