summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_v1s_mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/libscp/libscp_v1s_mng.h')
-rw-r--r--sesman/libscp/libscp_v1s_mng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/libscp/libscp_v1s_mng.h b/sesman/libscp/libscp_v1s_mng.h
index 867931a5..437a06d2 100644
--- a/sesman/libscp/libscp_v1s_mng.h
+++ b/sesman/libscp/libscp_v1s_mng.h
@@ -61,7 +61,7 @@ scp_v1s_mng_allow_connection(struct SCP_CONNECTION* c, struct SCP_SESSION* s);
*/
/* 003 */
enum SCP_SERVER_STATES_E
-scp_v1s_mng_deny_connection(struct SCP_CONNECTION* c, char* reason);
+scp_v1s_mng_deny_connection(struct SCP_CONNECTION* c, const char *reason);
/**
*