summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 15:05:42 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 15:05:42 +0800
commit22bb492bf7c59f517cb8216d0f0dc980e23cb460 (patch)
treeb56b76019ed1480f1cea5283aa0f41723da96ff5 /include/proto.h
parente8edfbff2de447873e7ba9cf3019dcb689fe4082 (diff)
downloadpttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar.gz
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar.bz2
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar.lz
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar.xz
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.tar.zst
pttbbs-22bb492bf7c59f517cb8216d0f0dc980e23cb460.zip
- (internal) change Ptt_prints to better function: expand_esc_star
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4108 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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);