aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 23:35:18 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 23:35:18 +0000
commite388d2ea8b500dae9ec731db189f6f856b6b1a6b (patch)
tree39427c712113e69a5dc705cd8f74dba399524e2f /capture_opts.h
parent29c822a30d1d23e6bd84fd7a8fd6772a4cdae14d (diff)
It looks like we haven't inserted anything into the cap_settings_history
hash table since r40715. Remove it and its associated functions. C++-ize iface_lists.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44197 f5534014-38df-0310-8fa8-9805f1628bb7
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 */