aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-28 21:09:28 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-28 21:09:28 +0000
commite2b4218dded83b4583d73d9cd6a29f200b082b26 (patch)
treee959967d08a76301a0c9e473cb0f111fa723927e /capture-pcap-util.h
parent5db9ba8265b08382692244fb4d035cd56173fae7 (diff)
Added svn:ignore targets.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32055 f5534014-38df-0310-8fa8-9805f1628bb7
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);