From af9f07475b261d6a2e01a0556784e57df3816e8e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 9 Jun 2015 17:55:03 -0700 Subject: One more ws_process_id change. Change-Id: I21dc38c248f4412e8f48e7dfd54aa12497167e5a Reviewed-on: https://code.wireshark.org/review/8866 Reviewed-by: Guy Harris --- capchild/capture_sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capchild') 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 */ -- cgit v1.2.3