libcli/security Move 'private' privileges functions to another header
authorAndrew Bartlett <abartlet@samba.org>
Fri, 3 Sep 2010 23:23:12 +0000 (09:23 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:13 +0000 (18:46 +1000)
commiteb6a0cc3268beabc09218b965d79083e80fb0464
tree7cb036c328f0aee9aea7c0dfde4858084e1492e3
parentb733d9dee0624d80ed965bd231995026218de5a4
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>
libcli/security/privileges.c
libcli/security/privileges.h
libcli/security/privileges_private.h [new file with mode: 0644]
source3/lib/privileges.c