aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-27 23:32:08 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-27 23:32:08 +0000
commit3b845dcce0b0f1c5aeb3aa15ea09eb2016603407 (patch)
tree9452553a9f14e942f37df728f442c34ac72b5b94 /capture-pcap-util.h
parent13152548f655f6324d34a736b4bc255522baed8c (diff)
Move a routine into dumpcap - it's not used outside dumpcap.
svn path=/trunk/; revision=32042
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);