From d55980ccad2fec5d88fceb5eef9df8df647f4e9f Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 11 Sep 2012 12:29:49 +0300 Subject: s3-pdb: filter out more symbols only used in ldapsam internals --- source3/passdb/ABI/pdb-0.sigs | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/passdb') diff --git a/source3/passdb/ABI/pdb-0.sigs b/source3/passdb/ABI/pdb-0.sigs index 2bccc0880e..2b57301df9 100644 --- a/source3/passdb/ABI/pdb-0.sigs +++ b/source3/passdb/ABI/pdb-0.sigs @@ -35,7 +35,6 @@ get_privileges_for_sid_as_set: NTSTATUS (TALLOC_CTX *, PRIVILEGE_SET **, struct get_privileges_for_sids: bool (uint64_t *, struct dom_sid *, int) get_trust_pw_clear: bool (const char *, char **, const char **, enum netr_SchannelType *) get_trust_pw_hash: bool (const char *, uint8_t *, const char **, enum netr_SchannelType *) -get_userattr_list: const char **(TALLOC_CTX *, int) gid_to_sid: void (struct dom_sid *, gid_t) gid_to_unix_groups_sid: void (gid_t, struct dom_sid *) grab_named_mutex: struct named_mutex *(TALLOC_CTX *, const char *, int) -- cgit