aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-06-27 00:09:03 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-06-27 00:09:03 +0000
commit421dafd2def6a7a3b4187c22c936f86ec80d32d8 (patch)
treebb643894194a390b834607109790faa403b74982 /capture_ui_utils.h
parentd374df09c0c2baf86b1054c75f8e0d47822991df (diff)
Get rid of old non-interface specific settings which are now interface
specifc. This finalizes the change of the infrastructure. This patch is based on work by Irene Ruengeler. svn path=/trunk/; revision=37794
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index 0b50d6b4dc..a7531b5b60 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -93,10 +93,10 @@ char *build_capture_combo_name(GList *if_list, gchar *if_name);
/** Return the interface description (after setting it if not already set)
*
* @param capture_opts The capture_options structure that contains the used interface
+ * @param i The index of the interface
*
- * @return A pointer to capture_ops->iface_descr
+ * @return A pointer to interface_opts->descr
*/
-const char *get_iface_description(capture_options *capture_opts);
const char *get_iface_description_for_interface(capture_options *capture_opts, guint i);
#endif