cli_service_response_time_table.h: fix api reference

The following parameters of draw_srt_table_data(srt_stat_table *rst, gboolean draw_header, gboolean draw_footer) are not documented: parameter 'draw_header', 'draw_footer'

Change-Id: Idda62f1195f08eb2272c731db663c1eca886906d
Reviewed-on: https://code.wireshark.org/review/8231
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-04-28 22:11:48 +02:00 committed by Anders Broman
parent bac77ff22c
commit fbec73db25
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ void add_srt_table_data(srt_stat_table *rst, int index, const nstime_t *req_time
/** Draw the srt table data.
*
* @param rst the srt table
* @param draw_header draw the header
* @param draw_footer draw the footer
*/
void draw_srt_table_data(srt_stat_table *rst, gboolean draw_header, gboolean draw_footer);