diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 06e22315..b0a8b77d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -294,6 +294,7 @@ int i_get_key(); void add_io(int fd, int timeout); int igetkey(); void oflush(); +int strip_ansi(char *buf, char *str, int mode); int oldgetdata(int line, int col, char *prompt, char *buf, int len, int echo); void output(char *s, int len); void init_alarm(); @@ -597,7 +598,6 @@ int u_register(); int u_list(); /* vote */ -int strip_ansi(char *buf, char *str, int mode); void b_suckinfile(FILE *fp, char *fname); int b_results(); int b_vote(); |