diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-22 20:06:17 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-22 20:06:17 +0800 |
commit | a0689bfa437cdec8d1872270b58c33647d57dfd8 (patch) | |
tree | 178180e94d82431a6ff3fec574acae2c59508851 /include | |
parent | 952a4c62f07058da5e677ee3c3070f0e7a096f9e (diff) | |
download | pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar.gz pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar.bz2 pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar.lz pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar.xz pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.tar.zst pttbbs-a0689bfa437cdec8d1872270b58c33647d57dfd8.zip |
ticket#31, both implemented.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2937 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 311b15bb..95b29d17 100644 --- a/include/proto.h +++ b/include/proto.h @@ -718,6 +718,7 @@ int getDBCSstatus(unsigned char *s, int pos); /* vote */ void b_suckinfile(FILE *fp, char *fname); +void b_suckinfile_invis(FILE * fp, char *fname, const char *boardname); int b_results(void); int b_vote(void); int b_vote_maintain(void); |