From 1f43a24f4630f45fa1ba7f8dec86409a5d9ec87a Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 18 Nov 2004 05:07:22 +0000 Subject: 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 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proto.h') 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); -- cgit v1.2.3