aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-26 09:25:42 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-26 09:10:25 +0000
commit4f2ce4cc2e68a69584e6c29e760163fd3149dae2 (patch)
tree9e25f34c2443bacbca6632a14b38f932b52003bc /ui/capture.h
parent80d7250e3677bf2c9a4d650d3b68a82ce5fbb697 (diff)
capture(.h): fix api reference
The following parameters of capture_start(capture_options *capture_opts, capture_session *cap_session, info_data_t *cap_data, void(*update_cb)(void)) are not documented: parameter 'cap_data' Change-Id: I5953b35155de49ead64be263b32da2aa671f2206 Reviewed-on: https://code.wireshark.org/review/13546 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/capture.h')
-rw-r--r--ui/capture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/capture.h b/ui/capture.h
index 5da05ba949..bc229d90c0 100644
--- a/ui/capture.h
+++ b/ui/capture.h
@@ -63,6 +63,7 @@ capture_callback_remove(capture_callback_t func, gpointer user_data);
*
* @param capture_opts the numerous capture options
* @param cap_session a handle for the capture session
+ * @param cap_data a struct with capture info data
* @param update_cb update screen
* @return TRUE if the capture starts successfully, FALSE otherwise.
*/