diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-28 21:11:28 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-28 21:11:28 +0800 |
commit | 6aa3fa39ec6f366c494713f9ecf0dee5056a4866 (patch) | |
tree | 7f83e048da0e2861feefbcacdea4882f5845cbda /include | |
parent | 44b5791441596b3b6108c7f2771a9ae1ebfb985b (diff) | |
download | pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar.gz pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar.bz2 pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar.lz pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar.xz pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.tar.zst pttbbs-6aa3fa39ec6f366c494713f9ecf0dee5056a4866.zip |
use old getans()
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1882 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 01593227..c95d6a18 100644 --- a/include/proto.h +++ b/include/proto.h @@ -484,7 +484,8 @@ int vmsg_lines(int lines, const char *msg); time_t gettime(int line, time_t dt, char* head); void setcalfile(char *buf, char *userid); void stand_title(char *title); -int getans(const char *fmt,...) GCC_CHECK_FORMAT(1,2); +//int getans(const char *fmt,...) GCC_CHECK_FORMAT(1,2); +char getans(char *); int vmsg(const char *fmt,...) GCC_CHECK_FORMAT(1,2); void trim(char *buf); void bell(void); |