aboutsummaryrefslogtreecommitdiffstats
path: root/capture/capture_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture/capture_session.h')
-rw-r--r--capture/capture_session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture/capture_session.h b/capture/capture_session.h
index 9343827aa1..69acd26b00 100644
--- a/capture/capture_session.h
+++ b/capture/capture_session.h
@@ -124,6 +124,8 @@ capture_session_init(capture_session *cap_session, capture_file *cf,
new_file_fn new_file, new_packets_fn new_packets,
drops_fn drops, error_fn error,
cfilter_error_fn cfilter_error, closed_fn closed);
+
+void capture_process_finished(capture_session *cap_session);
#else
/* dummy is needed because clang throws the error: empty struct has size 0 in C, size 1 in C++ */