summaryrefslogtreecommitdiff
path: root/libcli/security/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 /libcli/security/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 'libcli/security/privileges.c')
-rw-r--r--libcli/security/privileges.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/security/privileges.c b/libcli/security/privileges.c
index 938f34b858..466bea0565 100644
--- a/libcli/security/privileges.c
+++ b/libcli/security/privileges.c
@@ -34,6 +34,7 @@
#include "includes.h"
#include "libcli/security/privileges.h"
+#include "libcli/security/privileges_private.h"
#include "librpc/gen_ndr/security.h"
/* The use of strcasecmp here is safe, all the comparison strings are ASCII */