aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-17 16:48:10 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-18 00:48:52 +0000
commit9d1ea65f3fbcba86e1e3dfdaab52bd6a680574cd (patch)
tree7388516dd091da82c3475f0c08edbedc88aadb8c /epan/uat.h
parent859511db14feae071cc1e6e1889ae39bfd276faa (diff)
Fix comments to reflect reality.
Change-Id: I63aeb49e442eb6eba5cdf35ded221894c1d0ea6c Reviewed-on: https://code.wireshark.org/review/7223 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/uat.h b/epan/uat.h
index c0f49a4b4f..24ab2ef2a6 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -140,11 +140,6 @@ typedef gboolean (*uat_fld_chk_cb_t)(void*, const char*, unsigned, const void*,
* set(record, ptr, len, set_data, fld_data)
*
* given an input string (ptr, len) sets the value of a field in the record,
- * it will return TRUE if OK or else
- * it will return FALSE and set *error to inform the user on what's
- * wrong with the given input
- * The error string must be allocated with g_malloc() or
- * a routine that calls it.
* it is mandatory
*/
typedef void (*uat_fld_set_cb_t)(void*, const char*, unsigned, const void*, const void*);