From 421dafd2def6a7a3b4187c22c936f86ec80d32d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Mon, 27 Jun 2011 00:09:03 +0000 Subject: 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 --- capture_ui_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'capture_ui_utils.h') 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 -- cgit v1.2.3