summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index e68c638d..cfea73d6 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -344,7 +344,8 @@ int vget(int line, int col, const char *prompt, char *buf, int len, int mode);
#define vkey() igetch()
/* kaede */
-char *Ptt_prints(char *str, size_t size, int mode);
+int expand_esc_star(char *buf, const char *src, int szbuf);
+char*Ptt_prints(char *str, size_t size, int mode);
void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
void mouts(int y, int x, const char *str);
void outmsg(const char *msg);