From 6aa3fa39ec6f366c494713f9ecf0dee5056a4866 Mon Sep 17 00:00:00 2001 From: in2 Date: Wed, 28 Apr 2004 13:11:28 +0000 Subject: use old getans() git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1882 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3