chiark / gitweb /
hashmap.h: fix coding style issue
[elogind.git] / src / shared / acl-util.h
index 31fbbcd51065eae97a069e9cfc2bbac434eedab0..23090d99843a6d55b9c1b04763e6bbd508773239 100644 (file)
@@ -21,4 +21,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdbool.h>
+
 int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry);
+int search_acl_groups(char*** dst, const char* path, bool* belong);