diff options
Diffstat (limited to 'capchild/capture_sync.h')
-rw-r--r-- | capchild/capture_sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h index 41c566de1a..dafd787a4e 100644 --- a/capchild/capture_sync.h +++ b/capchild/capture_sync.h @@ -136,7 +136,7 @@ capture_input_error_message(capture_session *cap_session, char *error_msg, */ extern void capture_input_cfilter_error_message(capture_session *cap_session, guint i, - char *error_message); + const char *error_message); /** * Capture child closed its side of the pipe, report any error and |