summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-11 08:46:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:57 -0500
commit590d2164b3a33250410338771e160f6ebd1aa89d (patch)
tree33096f39f5cb8bfa2e6318b57bc04e0d138b4350 /source/include
parent6f52435a72427a8264096ac14bad54020c9d852b (diff)
downloadsamba-590d2164b3a33250410338771e160f6ebd1aa89d.tar.gz
samba-590d2164b3a33250410338771e160f6ebd1aa89d.tar.xz
samba-590d2164b3a33250410338771e160f6ebd1aa89d.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 :-)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/passdb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/passdb.h b/source/include/passdb.h
index cd80cd9fabb..3604458b5a8 100644
--- a/source/include/passdb.h
+++ b/source/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);