Fix comments to reflect reality.

Change-Id: I63aeb49e442eb6eba5cdf35ded221894c1d0ea6c
Reviewed-on: https://code.wireshark.org/review/7223
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-02-17 16:48:10 -08:00
parent 859511db14
commit 9d1ea65f3f
1 changed files with 0 additions and 5 deletions

View File

@ -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*);