summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-28 21:11:28 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-28 21:11:28 +0800
commit6aa3fa39ec6f366c494713f9ecf0dee5056a4866 (patch)
tree7f83e048da0e2861feefbcacdea4882f5845cbda /include/proto.h
parent44b5791441596b3b6108c7f2771a9ae1ebfb985b (diff)
downloadpttbbs-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/proto.h')
-rw-r--r--include/proto.h3
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);