aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-26 09:24:30 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-26 09:09:46 +0000
commit80d7250e3677bf2c9a4d650d3b68a82ce5fbb697 (patch)
tree499a3757b0a6587e8b3be158f6693c24ad618598 /capchild
parent31e4958c73e63d6ae12c2c8aa0163a0901b23388 (diff)
capture_sync(.h): fix api reference
The following parameters of sync_pipe_start(capture_options *capture_opts, capture_session *cap_session, struct _info_data *cap_data, void(*update_cb)(void)) are not documented: parameter 'cap_data' Change-Id: I3733c51eddbe94e9c0d680dd8436265b7878d70c Reviewed-on: https://code.wireshark.org/review/13545 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h
index 2f4a512af0..01e2a0c660 100644
--- a/capchild/capture_sync.h
+++ b/capchild/capture_sync.h
@@ -48,6 +48,7 @@ struct _info_data;
*
* @param capture_opts the 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 a capture could be started, FALSE if not
*/