summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-18 13:07:22 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-18 13:07:22 +0800
commit1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a (patch)
treeaaa5ee633850dfa64d05bccc251c4f08d8efce93 /include
parent0f7ab3bfa1a3e76b14b0824a3e5c8938c6b3930f (diff)
downloadpttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar.gz
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar.bz2
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar.lz
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar.xz
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.tar.zst
pttbbs-1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a.zip
remove unneseccery barrier of poll closing
remove convertion from old style filename of vote system FIXME comment in assess git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2338 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 ae0174db..a28e33ff 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -659,7 +659,7 @@ void b_suckinfile(FILE *fp, char *fname);
int b_results(void);
int b_vote(void);
int b_vote_maintain(void);
-int b_closepolls(void);
+void auto_close_polls(void);
/* vice */
int vice_main(void);