summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-07 05:39:02 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-07 05:39:02 +0800
commitbe4e0a83b16c0b27305c25bf4b8bbe12adab52f1 (patch)
tree622016aef1cf157e04a5376ecbe357e9f3761b76 /include
parentc6e1aac9084a22e7c19eaf21a82570b265ff07c3 (diff)
downloadpttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar.gz
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar.bz2
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar.lz
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar.xz
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.tar.zst
pttbbs-be4e0a83b16c0b27305c25bf4b8bbe12adab52f1.zip
1. fix a bug that files' stamp in the same board are not in order.
2. delete user's posts when the id is deleted git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3466 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index eb3b3628..28a4404f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -60,7 +60,7 @@ int inc_badsale(const char *, int num);
//void set_assess(int uid, unsigned char num, int type);
/* bbs */
-void delete_allpost();
+void delete_allpost(char *userid);
int invalid_brdname(const char *brd);
void chomp(char *src);
int del_range(int ent, const fileheader_t *fhdr, const char *direct);