diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-11 08:46:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:57 -0500 |
commit | 9e30a76c04d0da0bc14f7a0605db7ad51e5cfcd9 (patch) | |
tree | 06a301eb2d06b77577d9e2ccd4bf1c565f21cb8d /source3/include | |
parent | 2383ffce6993a70abffcbabdf2e6ebb0d8ccd756 (diff) | |
download | samba-9e30a76c04d0da0bc14f7a0605db7ad51e5cfcd9.tar.gz samba-9e30a76c04d0da0bc14f7a0605db7ad51e5cfcd9.tar.bz2 samba-9e30a76c04d0da0bc14f7a0605db7ad51e5cfcd9.zip |
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
return values of some alias-releated pdb functions from BOOL to NTSTATUS
Thanks :-)
(This used to be commit 590d2164b3a33250410338771e160f6ebd1aa89d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index cd80cd9fab..3604458b5a 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -328,9 +328,6 @@ struct pdb_methods TALLOC_CTX *mem_ctx, uint32 group_rid, uint32 member_rid); - NTSTATUS (*find_alias)(struct pdb_methods *methods, - const char *name, DOM_SID *sid); - NTSTATUS (*create_alias)(struct pdb_methods *methods, const char *name, uint32 *rid); |