summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-20 21:51:14 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-20 21:51:14 +0800
commit9c94a379cb7b1d079553e175539eb7473d2f438e (patch)
tree07fa794de707869a0d49ffe25b52dfeea0fc80d4 /include/proto.h
parent8aac813144a26bd5a9e6f89c9e470fff36404183 (diff)
downloadpttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar.gz
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar.bz2
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar.lz
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar.xz
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.tar.zst
pttbbs-9c94a379cb7b1d079553e175539eb7473d2f438e.zip
added vote board limits for BM using key 'C'
fixed no mail alert when replying to board and mail git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2342 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 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);