summaryrefslogtreecommitdiff
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-28 18:16:18 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-28 18:16:18 +0000
commit879189564a1cd8dcc683889bd157933c55e0ef03 (patch)
tree29a6766ad4736bccdaaa6946ca8949fe0ce508af /ui/gtk/main.h
parentfde7f31b4f928ad36bb7a5ce37806dd322b78a61 (diff)
downloadwireshark-879189564a1cd8dcc683889bd157933c55e0ef03.tar.gz
Move the stuff to manage the global interface list and to update
displays of that list into a separate iface_lists.c file. svn path=/trunk/; revision=43523
Diffstat (limited to 'ui/gtk/main.h')
-rw-r--r--ui/gtk/main.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/ui/gtk/main.h b/ui/gtk/main.h
index 2952d7b5ca..92a6fc4a0c 100644
--- a/ui/gtk/main.h
+++ b/ui/gtk/main.h
@@ -374,26 +374,4 @@ extern GList *get_ip_address_list_from_packet_list_row(gpointer data);
extern GtkWidget *pkt_scrollw;
-#ifdef HAVE_LIBPCAP
-/*
- * 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);
-
-/*
- * Get the global interface list. Generate it if we haven't
- * done so already.
- */
-extern void fill_in_local_interfaces(capture_options* capture_opts);
-
-void hide_interface(gchar* new_hide);
-#endif
-
#endif /* __MAIN_H__ */