diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |