aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-macro.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 /epan/dfilter/dfilter-macro.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 'epan/dfilter/dfilter-macro.h')
-rw-r--r--epan/dfilter/dfilter-macro.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dfilter/dfilter-macro.h b/epan/dfilter/dfilter-macro.h
index bc43e69637..bf30cbc53e 100644
--- a/epan/dfilter/dfilter-macro.h
+++ b/epan/dfilter/dfilter-macro.h
@@ -24,7 +24,7 @@
#ifndef _DFILTER_MACRO_H
#define _DFILTER_MACRO_H
-#define DFILTER_MACRO_FILENAME "df_macros"
+#define DFILTER_MACRO_FILENAME "dfilter_macros"
typedef struct _dfilter_macro_t {
@@ -49,4 +49,6 @@ gchar* dfilter_macro_apply(const gchar* text, guint depth, gchar** error);
void dfilter_macro_init(void);
+void dfilter_macro_get_uat(void**);
+
#endif /* _DFILTER_MACRO_H */