summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/ftypes.h')
-rw-r--r--epan/ftypes/ftypes.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h
index 6e969043ca..d830722fc4 100644
--- a/epan/ftypes/ftypes.h
+++ b/epan/ftypes/ftypes.h
@@ -203,8 +203,6 @@ typedef struct _fvalue_t {
} fvalue_t;
-typedef void (*LogFunc)(const char*,...);
-
fvalue_t*
fvalue_new(ftenum_t ftype);
@@ -213,10 +211,10 @@ fvalue_init(fvalue_t *fv, ftenum_t ftype);
WS_DLL_PUBLIC
fvalue_t*
-fvalue_from_unparsed(ftenum_t ftype, const char *s, gboolean allow_partial_value, LogFunc logfunc);
+fvalue_from_unparsed(ftenum_t ftype, const char *s, gboolean allow_partial_value, gchar **err_msg);
fvalue_t*
-fvalue_from_string(ftenum_t ftype, const char *s, LogFunc logfunc);
+fvalue_from_string(ftenum_t ftype, const char *s, gchar **err_msg);
/* Returns the length of the string required to hold the
* string representation of the the field value.