aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-31 07:53:51 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-31 07:53:51 +0000
commitfe341f145ac3cf775a24ec28358205883bbd04f9 (patch)
tree0d1ef87088fd0712e3abd8cc1c9fddd9da4bac6c /gtk/macros_dlg.h
parent761149722e9168ebe084cf0259564fb643a7f648 (diff)
downloadwireshark-fe341f145ac3cf775a24ec28358205883bbd04f9.tar.gz
wireshark-fe341f145ac3cf775a24ec28358205883bbd04f9.tar.bz2
wireshark-fe341f145ac3cf775a24ec28358205883bbd04f9.zip
Ensure we always update the display filter when changing profile.
svn path=/trunk/; revision=34030
Diffstat (limited to 'gtk/macros_dlg.h')
-rw-r--r--gtk/macros_dlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/macros_dlg.h b/gtk/macros_dlg.h
index 24e420ea50..73e1104221 100644
--- a/gtk/macros_dlg.h
+++ b/gtk/macros_dlg.h
@@ -24,6 +24,7 @@
#ifndef __MACROS_DLG_H__
#define __MACROS_DLG_H__
+void macros_post_update(void);
void macros_init (void);
void macros_dialog_cb(GtkWidget*, gpointer);