summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
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);