aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-08 10:15:04 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-08 10:15:04 +0000
commit4e55e354bbec493b5269177bf77b78aafb384164 (patch)
treed428cb2e05fc680ec31eb2d42a75018a0253e379 /epan/uat.h
parenta70a78e0ec5fbd0a26ed083c7d73d26a32ad0304 (diff)
Have the windows buildot compiling again.
svn path=/trunk/; revision=20742
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/uat.h b/epan/uat.h
index d980fbc08a..4390fbe41b 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -263,6 +263,9 @@ gboolean uat_fld_chk_enum(void*, const char*, unsigned, void*, void*, char**);
#define CHK_STR_IS_DECL(what) \
gboolean uat_fld_chk_str_ ## what (void*, const char*, unsigned, void*, void*, char**)
+typedef void (*uat_cb_t)(void* uat,void* user_data);
+void uat_foreach_table(uat_cb_t cb,void* user_data);
+
/* Some strings entirely made of ... already declared */
CHK_STR_IS_DECL(isprint);
CHK_STR_IS_DECL(isalpha);