aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-09 17:55:03 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-10 00:55:36 +0000
commitaf9f07475b261d6a2e01a0556784e57df3816e8e (patch)
treeaf9423646a877a954df4fe3d4c73b97117fb6000 /capchild
parentf023aa18d559c2c70e4e7babf0932e57f11a508a (diff)
One more ws_process_id change.
Change-Id: I21dc38c248f4412e8f48e7dfd54aa12497167e5a Reviewed-on: https://code.wireshark.org/review/8866 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h
index 485a41f9f2..ce107239ce 100644
--- a/capchild/capture_sync.h
+++ b/capchild/capture_sync.h
@@ -133,6 +133,6 @@ extern void
capture_input_closed(capture_session *cap_session, gchar *msg);
/* set a callback to be called after fork with the pid of the forked child */
-extern void capture_sync_set_fetch_dumpcap_pid_cb(void(*cb)(int pid));
+extern void capture_sync_set_fetch_dumpcap_pid_cb(void(*cb)(ws_process_id pid));
#endif /* capture_sync.h */