summaryrefslogtreecommitdiff
path: root/ui/gtk/main_welcome.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 11:59:41 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 11:59:41 +0000
commitb1fa4c19e643704927d09078780cb3b47815a231 (patch)
tree92fe3bc83abe8e93d7d20fe510e8811fa8bc7cbf /ui/gtk/main_welcome.h
parentf104bae88ac133ce0fb35bbd75db74ec2e3a6998 (diff)
downloadwireshark-b1fa4c19e643704927d09078780cb3b47815a231.tar.gz
From Irene Ruengeler:
* Add support in the GUI for pipes. * Allow the local interfaces to be rescanned via the GUI. * Allow remote interfaces to be added and deleted. The GUI can be extended to support other ways of capturing. svn path=/trunk/; revision=41105
Diffstat (limited to 'ui/gtk/main_welcome.h')
-rw-r--r--ui/gtk/main_welcome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gtk/main_welcome.h b/ui/gtk/main_welcome.h
index 296a53796d..429e642057 100644
--- a/ui/gtk/main_welcome.h
+++ b/ui/gtk/main_welcome.h
@@ -84,4 +84,7 @@ void update_welcome_list(void);
void add_interface_to_list(guint index);
#endif
+#ifdef HAVE_LIBPCAP
+void change_interface_name(gchar *oldname, guint index);
+#endif
#endif /* __MAIN_WELCOME_H__ */