summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 822b09a7..04d1bac8 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -269,7 +269,7 @@ mail_violatelaw(const char *crime, const char *police, const char *reason, const
}
void
-kick_all(char *user)
+kick_all(const char *user)
{
userinfo_t *ui;
int num = searchuser(user, NULL), i=1;