| 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); |