Synchronize the selection of interfaces between the main welcome
[obnox/wireshark/wip.git] / gtk / main_welcome.h
index daec47cb300a00ca549f217a8e9d351bd4e06d35..b7da8adff4b479c1cc20b3e038f5a0192c12502b 100644 (file)
@@ -33,6 +33,10 @@ enum
   NUMCOLUMNS
 };
 
+typedef struct selected_name_s {
+  gchar *name;
+  gboolean activate;
+} selected_name_t;
 GtkWidget *welcome_new(void);
 
 /* reset the list of recently used files */
@@ -63,4 +67,8 @@ void welcome_header_pop_msg(void);
 
 void select_ifaces(void);
 
+GtkWidget* get_welcome_window(void);
+
+void change_interface_selection(gchar* name, gboolean activate);
+
 #endif /* __MAIN_WELCOME_H__ */