summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-07 05:47:48 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-07 05:47:48 +0800
commit955bf38c3b57fb2c3b1be5c9392beb7128668956 (patch)
tree7725bacd979190a3c3da01dd7d7c89318a388e18 /include/proto.h
parentbe4e0a83b16c0b27305c25bf4b8bbe12adab52f1 (diff)
downloadpttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar.gz
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar.bz2
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar.lz
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar.xz
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.tar.zst
pttbbs-955bf38c3b57fb2c3b1be5c9392beb7128668956.zip
fix a bug.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3467 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 28a4404f..5e237e20 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -716,7 +716,7 @@ void sortsong(void);
int topsong(void);
/* user */
-int kill_user(int num, const char *userid);
+int kill_user(int num, char *userid);
int u_editcalendar(void);
void user_display(const userec_t *u, int real);
void uinfo_query(userec_t *u, int real, int unum);