summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-05-05 15:37:31 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-05-10 15:53:20 +0200
commit7575f54a90e9eb3d7b52643c270dfa09d66e81aa (patch)
tree3ab801e62aff1208fe340d8582ef957dff5d764c /source3/include/passdb.h
parent693716d7e6cd7144d7087731a20d424c2dc785ca (diff)
downloadsamba-7575f54a90e9eb3d7b52643c270dfa09d66e81aa.tar.gz
s3-passdb: remove some dead prototypes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index dcf806be8c0..7579cdcb0d7 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -895,11 +895,6 @@ NTSTATUS pdb_lookup_rids(const struct dom_sid *domain_sid,
uint32_t *rids,
const char **names,
enum lsa_SidType *attrs);
-NTSTATUS pdb_lookup_names(const struct dom_sid *domain_sid,
- int num_names,
- const char **names,
- uint32_t *rids,
- enum lsa_SidType *attrs);
bool pdb_get_account_policy(enum pdb_policy_type type, uint32_t *value);
bool pdb_set_account_policy(enum pdb_policy_type type, uint32_t value);
bool pdb_get_seq_num(time_t *seq_num);