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 37fbf0e1..bfdf4944 100644 --- a/include/proto.h +++ b/include/proto.h @@ -352,7 +352,7 @@ int vget(int line, int col, const char *prompt, char *buf, int len, int mode); /* kaede */ char*Ptt_prints(char *str, size_t size, int mode); void outmsg(const char *msg); -void out_lines(const char *str, int line); +void out_lines(const char *str, int line, int col); #define HAVE_EXPAND_ESC_STAR int expand_esc_star(char *buf, const char *src, int szbuf); |