From 0480bbc1fe207b2d056b522f1e64423dc1dffbad Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 6 Jan 2008 07:54:16 +0000 Subject: - bbslua: add more API - cache: add getutmpmode() - othellow: quick exit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3798 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index e796f81d..e29cba46 100644 --- a/include/proto.h +++ b/include/proto.h @@ -132,6 +132,7 @@ void touch_boards(void); void addbrd_touchcache(void); void setapath(char *buf, const char *boardname); void setutmpmode(unsigned int mode); +unsigned int getutmpmode(void); void setadir(char *buf, const char *path); int apply_boards(int (*func)(boardheader_t *)); int haspostperm(const char *bname); -- cgit v1.2.3