diff options
author | Gerald Combs <gerald@wireshark.org> | 2012-08-01 23:35:18 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2012-08-01 23:35:18 +0000 |
commit | ff2977fdd677207187418b50d8a8c5d66e2bf916 (patch) | |
tree | 39427c712113e69a5dc705cd8f74dba399524e2f /capture_opts.h | |
parent | bd855826a9b15000f8ebf5451b42360abbc4684f (diff) | |
download | wireshark-ff2977fdd677207187418b50d8a8c5d66e2bf916.tar.gz wireshark-ff2977fdd677207187418b50d8a8c5d66e2bf916.tar.bz2 wireshark-ff2977fdd677207187418b50d8a8c5d66e2bf916.zip |
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.
svn path=/trunk/; revision=44197
Diffstat (limited to 'capture_opts.h')
-rw-r--r-- | capture_opts.h | 12 |
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 */ |