From 7f83ab24bc6209de9db34b8b7894698eb65b1f17 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 28 Apr 2004 16:29:26 +0000 Subject: getans -> getdata getkey -> vmsg_lines git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1884 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index c95d6a18..40786439 100644 --- a/include/proto.h +++ b/include/proto.h @@ -486,6 +486,7 @@ void setcalfile(char *buf, char *userid); void stand_title(char *title); //int getans(const char *fmt,...) GCC_CHECK_FORMAT(1,2); char getans(char *); +int getkey(const char *fmt,...) GCC_CHECK_FORMAT(1,2); int vmsg(const char *fmt,...) GCC_CHECK_FORMAT(1,2); void trim(char *buf); void bell(void); -- cgit v1.2.3