aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 59b742ddfc..2b70e8a2ab 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -26,6 +26,7 @@
#define __MAIN_H__
#include "globals.h"
+#include "capture_opts.h"
/** @defgroup main_window_group Main window
* The main window has the following submodules:
@@ -365,4 +366,6 @@ extern GList *get_ip_address_list_from_packet_list_row(gpointer data);
extern GtkWidget *pkt_scrollw;
+void hide_interface(gchar* new_hide);
+
#endif /* __MAIN_H__ */