summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 22:00:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-29 22:00:19 +0800
commit137fddca112a5ad5defc0f0270de7b1e25311fdc (patch)
tree7b89d60583db9ed39c2b349d04091d4298db9201 /mbbsd/user.c
parent769b139c4ca7e858cb30b8240ed074fbe90469a9 (diff)
downloadpttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar.gz
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar.bz2
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar.lz
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar.xz
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.tar.zst
pttbbs-137fddca112a5ad5defc0f0270de7b1e25311fdc.zip
* [code refine] add const modifier
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4789 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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;