summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-03 09:03:25 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-03 09:03:25 +0800
commitc099482dac7f90462952c17fd69a62ba8b70eac6 (patch)
tree2bb8b2c679e369e006075da7f994d5e05d5fd547 /include/proto.h
parentccd2ab32d1e192b474ca4ad620dd9292c1ac2648 (diff)
downloadpttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar.gz
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar.bz2
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar.lz
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar.xz
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.tar.zst
pttbbs-c099482dac7f90462952c17fd69a62ba8b70eac6.zip
* make del/edit in digest work more like before
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4899 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 5acd4877..45466453 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -62,6 +62,7 @@ int cmpfowner(fileheader_t *fhdr);
int b_note_edit_bname(int bid);
int Read(void);
int CheckPostPerm(void);
+int CheckModifyPerm(void);
int CheckPostRestriction(int);
void anticrosspost(void);
int Select(void);