aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-08 10:15:04 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-08 10:15:04 +0000
commitea0c5ab5500127bfb492a81121c3e0bb9fbcd907 (patch)
treed428cb2e05fc680ec31eb2d42a75018a0253e379 /epan/uat.h
parent60c9ae4d36a3138566d17e48f38e0f668f4a2785 (diff)
Have the windows buildot compiling again.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20742 f5534014-38df-0310-8fa8-9805f1628bb7
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);