aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 9e773948e8..9d3ecdc383 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -268,18 +268,6 @@ capture_opts_trim_iface(capture_options *capture_opts, const char *capture_devic
extern void
collect_ifaces(capture_options *capture_opts);
-typedef struct {
- gboolean monitor_mode;
- int linktype;
-} cap_settings_t;
-
-/** Get capture settings for interface
- *
- * @param if_name interface name
- */
-cap_settings_t
-capture_get_cap_settings (gchar *if_name);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */