summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-15 13:09:29 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-15 13:09:29 +0800
commit1747fb8d710780e60d9af73723da21a80197137b (patch)
tree678496b7171e6be25ab5be9a6dc25e7925a444b2 /include/proto.h
parent1680a267a8c73a0e433c67ef7ba89bc60e0e4574 (diff)
downloadpttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar.gz
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar.bz2
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar.lz
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar.xz
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.tar.zst
pttbbs-1747fb8d710780e60d9af73723da21a80197137b.zip
- unify processing clock variable 'now'
- pmore: support time refresh git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3683 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 9a956b96..502d04b6 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -639,6 +639,7 @@ int qsort_intcompar(const void *a, const void *b);
#ifdef PLAY_ANGEL
void pressanykey_or_callangel(void);
#endif
+void syncnow(void);
/* syspost */
int post_msg(const char* bname, const char* title, const char *msg, const char* author);