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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index 6591711be2..9d91387b26 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -100,12 +100,8 @@ int get_pcap_linktype(pcap_t *pch, const char *devname);
const char *set_pcap_linktype(pcap_t *pch, char *devname, int dlt);
-#ifdef HAVE_PCAP_DATALINK_VAL_TO_NAME
const char *linktype_val_to_name(int dlt);
-#endif
-#ifdef HAVE_PCAP_DATALINK_NAME_TO_VAL
int linktype_name_to_val(const char *linktype);
-#endif
#ifdef __cplusplus
}