aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index 035da2f69b..fa16c5c74e 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -49,11 +49,6 @@ GList *get_remote_interface_list(const char *hostname, const char *port,
const char *passwd, int *err, char **err_str);
#endif
-/* get/set the link type of an interface */
-/* (only used in capture_loop.c / capture-pcap-util.c) */
-int get_pcap_linktype(pcap_t *pch, const char *devname);
-
-
const char *linktype_val_to_name(int dlt);
int linktype_name_to_val(const char *linktype);