summaryrefslogtreecommitdiff
path: root/source3/lib/privileges.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-04 09:23:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 18:46:13 +1000
commiteb6a0cc3268beabc09218b965d79083e80fb0464 (patch)
tree7cb036c328f0aee9aea7c0dfde4858084e1492e3 /source3/lib/privileges.c
parentb733d9dee0624d80ed965bd231995026218de5a4 (diff)
downloadsamba-eb6a0cc3268beabc09218b965d79083e80fb0464.tar.gz
samba-eb6a0cc3268beabc09218b965d79083e80fb0464.tar.bz2
samba-eb6a0cc3268beabc09218b965d79083e80fb0464.zip
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.c1
1 files changed, 1 insertions, 0 deletions
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_"