From 5cb9d5277399c584266e31cb8ed113394d3b7399 Mon Sep 17 00:00:00 2001 From: wens Date: Tue, 13 Mar 2007 08:13:14 +0000 Subject: Score and svn tags git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3485 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/wretch_man.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util/wretch_man.c b/util/wretch_man.c index 39b91aba..d055980d 100644 --- a/util/wretch_man.c +++ b/util/wretch_man.c @@ -12,10 +12,14 @@ struct wretch_fheader_t { char owner[80]; /* 作者 (E-mail address) */ char nick[50]; /* 暱稱 */ char date[9]; /* [96/12/01] */ - char title[73]; /* 主題 (TTLEN + 1) */ + char title[72]; /* 主題 (TTLEN + 1) */ + char score; char pad2[4]; }; +#define POST_MARKED 0x00000002 /* marked */ +#define POST_BOTTOM1 0x00002000 /* 置底文章的正本 */ + #define GEM_RESTRICT 0x0800 /* 限制級精華區,須 manager 才能看 */ #define GEM_RESERVED 0x1000 /* 限制級精華區,須 sysop 才能更改 */ #define GEM_FOLDER 0x00010000 /* folder / article */ -- cgit v1.2.3