summaryrefslogtreecommitdiff
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index b00401a790..3b9bf831bd 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -96,7 +96,6 @@ void free_pcap_linktype_list(GList *linktype_list);
/* 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 *set_pcap_linktype(pcap_t *pch, char *devname, int dlt);
const char *linktype_val_to_name(int dlt);