summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-10-01 22:42:57 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-10-01 22:42:57 +0800
commit233e3205df3f43bf54ed366333fc71340ca71bef (patch)
treee49249aa461450e97c8d469d640f6da164c8bb2e /mbbsd/bbs.c
parentefd842401473002b70d43e50aa3ecffe1423a899 (diff)
downloadpttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar.gz
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar.bz2
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar.lz
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar.xz
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.tar.zst
pttbbs-233e3205df3f43bf54ed366333fc71340ca71bef.zip
* eliminate warnings according to lxb's commit on pttbbslite
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3581 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 967657b0..38cabddd 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -581,7 +581,7 @@ deleteCrossPost(const fileheader_t *fh, char *bname)
}
void
-delete_allpost(char *userid)
+delete_allpost(const char *userid)
{
fileheader_t fhdr;
int fd, i;