diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-04 09:23:12 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 18:46:13 +1000 |
commit | eb6a0cc3268beabc09218b965d79083e80fb0464 (patch) | |
tree | 7cb036c328f0aee9aea7c0dfde4858084e1492e3 /source3/lib/privileges.c | |
parent | b733d9dee0624d80ed965bd231995026218de5a4 (diff) | |
download | samba-eb6a0cc3268beabc09218b965d79083e80fb0464.tar.gz |
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 <tridge@samba.org>
Diffstat (limited to 'source3/lib/privileges.c')
-rw-r--r-- | source3/lib/privileges.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 62ed0a35e0a..3380d472a57 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_" |