summaryrefslogtreecommitdiff
path: root/epan/uat.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-02-12 17:21:24 +0100
committerDario Lombardo <lomato@gmail.com>2017-02-12 17:00:51 +0000
commit6322f9ce613032ed590aa2175f86851bd3fd06b6 (patch)
treea91f55158f42cc0fe2b19990aa36646da61e2e5f /epan/uat.h
parentea0a7f211ce5d503de6a46502f98c80cec205d7e (diff)
downloadwireshark-6322f9ce613032ed590aa2175f86851bd3fd06b6.tar.gz
uat: add missing parameter to documentation.
Change-Id: Ic39b00e0800c123083a6583d78eb96154b93e49f Reviewed-on: https://code.wireshark.org/review/20075 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h1
1 files changed, 1 insertions, 0 deletions
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.