From eb6a0cc3268beabc09218b965d79083e80fb0464 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Sep 2010 09:23:12 +1000 Subject: libcli/security Move 'private' privileges functions to another header These functions work on the bitmap, and are only exposed because the source3/ privileges storage uses the bitmap in account_policy.tdb Andrew Bartlett Signed-off-by: Andrew Tridgell --- source3/lib/privileges.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/privileges.c') diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 62ed0a35e0..3380d472a5 100644 --- a/source3/lib/privileges.c +++ b/source3/lib/privileges.c @@ -23,6 +23,7 @@ #include "includes.h" #include "dbwrap.h" +#include "libcli/security/privileges_private.h" #define PRIVPREFIX "PRIV_" -- cgit