From be4e0a83b16c0b27305c25bf4b8bbe12adab52f1 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 6 Jan 2007 21:39:02 +0000 Subject: 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 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3