summaryrefslogtreecommitdiff
path: root/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/capture.h b/capture.h
index 168660fdc5..3465d40c4c 100644
--- a/capture.h
+++ b/capture.h
@@ -102,16 +102,6 @@ extern void capture_input_cfilter_error_message(capture_options *capture_opts, c
extern void capture_input_closed(capture_options *capture_opts);
#ifdef HAVE_LIBPCAP
-/**
- * Fetch the interface list from a child process.
- */
-extern GList *capture_interface_list(int *err, char **err_str);
-
-/**
- * Fetch the linktype list for the specified interface from a child process.
- */
-extern GList *capture_pcap_linktype_list(const char *devname, char **err_str);
-
struct if_stat_cache_s;
typedef struct if_stat_cache_s if_stat_cache_t;