From 6a4a51ffec92ffbe1f80a61075fb37ecd397aed4 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Mon, 29 Jan 2007 10:23:38 +0000 Subject: 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 --- epan/dfilter/dfilter-macro.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dfilter/dfilter-macro.h') 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 */ -- cgit v1.2.3