aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/capture_sync.h')
-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 c0fdc1d72f..41c566de1a 100644
--- a/capchild/capture_sync.h
+++ b/capchild/capture_sync.h
@@ -127,7 +127,7 @@ capture_input_drops(capture_session *cap_session, guint32 dropped, char* interfa
* Capture child told us that an error has occurred while starting the capture.
*/
extern void
-capture_input_error_message(capture_session *cap_session, char *error_message,
+capture_input_error_message(capture_session *cap_session, char *error_msg,
char *secondary_error_msg);
/**