From bd855826a9b15000f8ebf5451b42360abbc4684f Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 1 Aug 2012 22:32:14 +0000 Subject: Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave the GTK+-specific parts behind in capture_dlg.c. svn path=/trunk/; revision=44196 --- ui/gtk/capture_dlg.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ui/gtk/capture_dlg.h') diff --git a/ui/gtk/capture_dlg.h b/ui/gtk/capture_dlg.h index ba6b3f0115..9efd48d5fe 100644 --- a/ui/gtk/capture_dlg.h +++ b/ui/gtk/capture_dlg.h @@ -114,4 +114,16 @@ options_interface_cb(GtkTreeView *view, GtkTreePath *path, GtkTreeViewColumn *co void capture_dlg_refresh_if(void); +/* + * Refresh everything visible that shows an interface list that + * includes local interfaces. + */ +extern void refresh_local_interface_lists(void); + +/* + * Refresh everything visible that shows an interface list that + * includes non-local interfaces. + */ +extern void refresh_non_local_interface_lists(void); + #endif /* capture_dlg.h */ -- cgit v1.2.3