uat: add missing parameter to documentation.

Change-Id: Ic39b00e0800c123083a6583d78eb96154b93e49f
Reviewed-on: https://code.wireshark.org/review/20075
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2017-02-12 17:21:24 +01:00
parent ea0a7f211c
commit 6322f9ce61
1 changed files with 1 additions and 0 deletions

View File

@ -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.