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>
Thu, 9 Sep 2010 04:46:02 +0000 (14:46 +1000)
commit6ed813296f66bae4e4b31a308d370d005554f25e
tree0f50e935bffc5f57ee3712e6aad7b2d42901ccbc
parentd06e64180c15300c0065b07dbd74a82d5e2b5504
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