summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
-rw-r--r--include/pttstruct.h4
2 files changed, 4 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a28e33ff..5f085190 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -667,6 +667,7 @@ int vice_main(void);
/* voteboard */
int do_voteboard(int);
void do_voteboardreply(fileheader_t *fhdr);
+int do_votelimitedit(int ent, fileheader_t * fhdr, char *direct);
/* xyz */
int m_sysop(void);
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a0c8e140..19c53727 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -165,7 +165,9 @@ typedef struct boardheader_t {
char BM[IDLEN * 3 + 3]; /* BMs' userid, token '/' */
unsigned int brdattr; /* board的屬性 */
char chesscountry;
- char pad[3]; /* 沒用到的 */
+ unsigned char limit_posts; /* 連署 : 文章篇數下限 */
+ unsigned char limit_logins; /* 連署 : 登入次數下限 */
+ char pad[1]; /* 沒用到的 */
time_t bupdate; /* note update time */
char pad2[3]; /* 沒用到的 */
unsigned char bvote; /* 正舉辦 Vote 數 */