summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 738c9f0f..df2c372b 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -490,6 +490,7 @@ char *genpasswd(char *pw);
void mouts(int y, int x, char *str);
void move(int y, int x);
void outs(const char *str);
+void outs_n(const char *str, int n);
void clrtoeol(void);
void clear(void);
void refresh(void);
@@ -503,7 +504,8 @@ void redoln(void);
void clrtoline(int line);
void standout(void);
void standend(void);
-int edit_outs(const char *text);
+void edit_outs(const char *text);
+void edit_outs_n(const char *text, int n);
void outch(unsigned char c);
void rscroll(void);
void scroll(void);