summaryrefslogtreecommitdiffstats
path: root/include/cmbbs.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-12 02:41:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-12 02:41:43 +0800
commitc419d74540378a76fd23b0332b6e11f5ff77e9bb (patch)
treeeb1abc8b18cc0146a9d991bfcceb1bb063b9d1b3 /include/cmbbs.h
parentf5544ffb3a0703d6cbd0eacc42ab3be2e8ca45f3 (diff)
downloadpttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.gz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.bz2
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.lz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.xz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.zst
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.zip
- pmore: fix incorrect display position for ESC_STAR variables in vertical scrolling.
- pmore: put sample expand_esc_star into source for better porting. #define HAVE_EXPAND_ESC_STAR to define your own. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4135 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/cmbbs.h')
-rw-r--r--include/cmbbs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h
index a7416a36..72367a1d 100644
--- a/include/cmbbs.h
+++ b/include/cmbbs.h
@@ -34,4 +34,7 @@ extern const char* money_level(int money);
/* string.c */
extern void obfuscate_ipstr(char *s);
+/* time.c */
+extern const char *Now(); // m3 flavor time string
+
#endif