summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-26 00:35:38 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-26 00:35:38 +0800
commit31077a7c833e60121e843456d52fbbb5bda88ddb (patch)
tree31d04e86bc068409199810743c221a74636f8302 /include
parent88b4d69ded90aac6895d9619d1a786b3f4c2a8ad (diff)
downloadpttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar.gz
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar.bz2
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar.lz
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar.xz
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.tar.zst
pttbbs-31077a7c833e60121e843456d52fbbb5bda88ddb.zip
- b_config: more detail hints on user post permission checking
- bcache code refine git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3948 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 19a4eddd..7475042d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -134,6 +134,7 @@ unsigned int getutmpmode(void);
void setadir(char *buf, const char *path);
int apply_boards(int (*func)(boardheader_t *));
int haspostperm(const char *bname);
+const char * postperm_msg(const char *bname);
void setbtotal(int bid);
void setbottomtotal(int bid);
unsigned int safe_sleep(unsigned int seconds);