From 6322f9ce613032ed590aa2175f86851bd3fd06b6 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sun, 12 Feb 2017 17:21:24 +0100 Subject: uat: add missing parameter to documentation. Change-Id: Ic39b00e0800c123083a6583d78eb96154b93e49f Reviewed-on: https://code.wireshark.org/review/20075 Reviewed-by: Dario Lombardo --- epan/uat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/uat.h') diff --git a/epan/uat.h b/epan/uat.h index e9301a1407..746013ab9e 100644 --- a/epan/uat.h +++ b/epan/uat.h @@ -274,6 +274,7 @@ typedef struct _uat_field_t { * @param update_cb Will be called when a record is updated * @param free_cb Will be called to destroy a struct in the dataset * @param post_update_cb Will be called once the user clicks the Apply or OK button + * @param reset_cb Will be called to destroy internal data * @param flds_array A pointer to an array of uat_field_t structs * * @return A freshly-allocated and populated uat_t struct. -- cgit v1.2.1