diff options
author | Günther Deschner <gd@samba.org> | 2009-05-16 01:22:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-16 01:27:51 +0200 |
commit | dccecdf33850ec4d763b8b0e7ba7be7a8eb873de (patch) | |
tree | 711c98d654374d95b4b523685689a5c625c7842d /source3/include | |
parent | 118f343b05ba86a1f8fd28394433aa6e961e2d6c (diff) | |
download | samba-dccecdf33850ec4d763b8b0e7ba7be7a8eb873de.tar.gz samba-dccecdf33850ec4d763b8b0e7ba7be7a8eb873de.tar.bz2 samba-dccecdf33850ec4d763b8b0e7ba7be7a8eb873de.zip |
s3-privileges: add privilege_delete_account().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fd49050c38..f6b2b3ca2d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -597,6 +597,7 @@ bool revoke_privilege(const DOM_SID *sid, const SE_PRIV *priv_mask); bool revoke_all_privileges( DOM_SID *sid ); bool revoke_privilege_by_name(DOM_SID *sid, const char *name); NTSTATUS privilege_create_account(const DOM_SID *sid ); +NTSTATUS privilege_delete_account(const struct dom_sid *sid); NTSTATUS privilege_set_init(PRIVILEGE_SET *priv_set); NTSTATUS privilege_set_init_by_ctx(TALLOC_CTX *mem_ctx, PRIVILEGE_SET *priv_set); void privilege_set_free(PRIVILEGE_SET *priv_set); |