src/server/public/acl.h

changeset 638
14ae3d8c01ae
parent 211
2160585200ac
equal deleted inserted replaced
637:85721a583f39 638:14ae3d8c01ae
143 /* 143 /*
144 * public API 144 * public API
145 */ 145 */
146 146
147 // list 147 // list
148 void acllist_append(Session *sn, Request *rq, ACLList *acl); 148 int acllist_append(Session *sn, Request *rq, ACLList *acl);
149 void acllist_prepend(Session *sn, Request *rq, ACLList *acl); 149 int acllist_prepend(Session *sn, Request *rq, ACLList *acl);
150 150
151 /* 151 /*
152 * gets a access mask from open flags 152 * gets a access mask from open flags
153 */ 153 */
154 uint32_t acl_oflag2mask(int oflags); 154 uint32_t acl_oflag2mask(int oflags);

mercurial