summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 09:54:57 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 09:54:57 +0800
commit83db4da4e36b3c5438f4759c835aa8440f650915 (patch)
treeac75ca5876c004a7ec37fa94a08859bfd8e54e04 /include/proto.h
parent20532cc19e163e5e1d1dd3400ab5cf542e4f0937 (diff)
downloadpttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.gz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.bz2
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.lz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.xz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.zst
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.zip
check post perm on demand
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1667 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 69e6ea74..2828a196 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -54,6 +54,7 @@ int del_range(int ent, fileheader_t *fhdr, char *direct);
int cmpfowner(fileheader_t *fhdr);
int b_note_edit_bname(int bid);
int Read();
+int CheckPostPerm(void);
void anticrosspost();
int Select();
void do_reply_title(int row, char *title);