summaryrefslogtreecommitdiff
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-01-24 17:12:56 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-01-24 17:12:56 +0000
commit4fece25e7f8787b5d1405cf17f1ee17505bfbcdb (patch)
tree5a853068b2aa630be630d78ce9e4e121c4aedf78 /ui/gtk/main.h
parentb0819f5a800e5612526913a33a17e19cf38b5bd0 (diff)
downloadwireshark-4fece25e7f8787b5d1405cf17f1ee17505bfbcdb.tar.gz
We need a 3rd try. (After learning how to run the testuite on Windows locally).
svn path=/trunk/; revision=40695
Diffstat (limited to 'ui/gtk/main.h')
-rw-r--r--ui/gtk/main.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/gtk/main.h b/ui/gtk/main.h
index e86d1c0f0f..47a6599b06 100644
--- a/ui/gtk/main.h
+++ b/ui/gtk/main.h
@@ -26,7 +26,6 @@
#define __MAIN_H__
#include "globals.h"
-#include "capture_opts.h"
/** @defgroup main_window_group Main window
* The main window has the following submodules:
@@ -333,10 +332,10 @@ extern gboolean main_filter_packets(capture_file *cf, const gchar *dftext,
#ifdef _WIN32
/** Win32 only: Create a console. Beware: cannot be closed again. */
extern void create_console(void);
+#endif
/** Restart the tap update display timer with new configured interval */
extern void reset_tap_update_timer(void);
-#endif
/** Fill in capture options with values from the preferences */
extern void prefs_to_capture_opts(void);
@@ -352,7 +351,4 @@ 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__ */