aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-29 10:23:38 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-29 10:23:38 +0000
commitb8a1911db9c91214c5456d78133680c61617d532 (patch)
tree158ac266f766fccdfcc7a049a629be4d20ac133e /gtk/macros_dlg.h
parent256b2403a133057618426ab2b3520c567e34a802 (diff)
The UAT gui starts to work
set the macros_dlg to use it add a dummy dfilter_macros file to supress a warning at startup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20598 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/macros_dlg.h')
-rw-r--r--gtk/macros_dlg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/macros_dlg.h b/gtk/macros_dlg.h
index 680520eecb..321131fe95 100644
--- a/gtk/macros_dlg.h
+++ b/gtk/macros_dlg.h
@@ -20,5 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
-void macros_dialog_cb(GtkWidget *w _U_, gpointer data _U_);
+#ifndef __MACROS_DLG_H_
+#define __MACROS_DLG_H_
+ void macros_dialog_cb(GtkWidget*, gpointer);
+#endif \ No newline at end of file