src/server/safs/pathcheck.h

changeset 51
b28cf69f42e8
parent 44
3da1f7b6847f
child 52
aced2245fb1c
--- a/src/server/safs/pathcheck.h	Sat Jan 19 21:52:21 2013 +0100
+++ b/src/server/safs/pathcheck.h	Thu Feb 28 20:00:05 2013 +0100
@@ -37,6 +37,10 @@
 
 int require_auth(pblock *pb, Session *sn, Request *rq);
 
+int append_acl(pblock *pb, Session *sn, Request *rq);
+
+int check_acl(pblock *pb, Session *sn, Request *rq);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial