diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
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); |