aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-04-28 22:11:48 +0200
committerAnders Broman <a.broman58@gmail.com>2015-04-29 10:56:55 +0000
commitfbec73db25515fada8a3b10d0d7160d8a548b859 (patch)
tree6d96817d8f8cee18110466d884a0aec6720d6ee4 /ui/cli
parentbac77ff22cced6c3e1db80161ad6206882a6b85b (diff)
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>
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/cli_service_response_time_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/cli/cli_service_response_time_table.h b/ui/cli/cli_service_response_time_table.h
index d0f4cd6057..4f6afe402f 100644
--- a/ui/cli/cli_service_response_time_table.h
+++ b/ui/cli/cli_service_response_time_table.h
@@ -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);