aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-29 10:23:38 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-29 10:23:38 +0000
commit6a4a51ffec92ffbe1f80a61075fb37ecd397aed4 (patch)
tree158ac266f766fccdfcc7a049a629be4d20ac133e /gtk/macros_dlg.h
parent6fe845c1b425ddb457764b7086ec5c1d8fe7044c (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 svn path=/trunk/; revision=20598
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