summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-15 20:28:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-15 20:28:24 +0800
commit05edecab9694e409a989d29de84eb15b44c0bd9a (patch)
treed0f445a3bbdd9931c8cbb61edaa965d2f5b0ce88 /include
parent07bf44cf780e56e86488fee37875ce76851b5627 (diff)
downloadpttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.gz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.bz2
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.lz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.xz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.zst
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.zip
- (internal) change API names to visio format: stand_title -> vs_hdr.
- mouts -> (curses style) mvouts git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
-rw-r--r--include/visio.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index bdea4f75..f717aa9a 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -351,10 +351,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 prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
-void mouts(int y, int x, const char *str);
void outmsg(const char *msg);
-void outs_n(const char *str, int n);
void outslr(const char *left, int leftlen, const char *right, int rightlen);
void out_lines(const char *str, int line);
#define HAVE_EXPAND_ESC_STAR
diff --git a/include/visio.h b/include/visio.h
index 06103abc..986be0df 100644
--- a/include/visio.h
+++ b/include/visio.h
@@ -47,6 +47,9 @@ int vansf (const char *fmt,...) GCC_CHECK_FORMAT(1,2);
int vans (const char *msg);
void vshowmsg(const char *msg);
+void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
+void mvouts(int y, int x, const char *str);
+
// vs_*: formatted and themed virtual screen layout
// you cannot use ANSI escapes in these APIs.
void vs_header (const char *title, const char *mid, const char *right); // vs_head, showtitle