aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */