service_response_time_table (GTK) fix parameter 'data' not found in the function declaration [-Wdocumentation]

Change-Id: I6079399be6a94d3b718b31c6a21076d092adf580
Reviewed-on: https://code.wireshark.org/review/20049
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
This commit is contained in:
Alexis La Goutte 2017-02-10 08:09:38 +01:00 committed by Jaap Keuter
parent 424fef1a57
commit 8bbf0341e1
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void reset_table_data(srt_stat_table* rst, void* gui_data);
/** Register function to register dissectors that support SRT for GTK.
*
* @param key is unused
* @param data register_srt_t* representing dissetor SRT table
* @param value register_srt_t* representing dissetor SRT table
* @param userdata is unused
*/
gboolean register_service_response_tables(const void *key, void *value, void *userdata);