docs: use the stdarg.option entity in the popt.common.samba entity
[Samba/gebeck_regimport.git] / source3 / lib / ABI / smbldap-0.sigs
blobd0e1d2f6b5fe244165164bf1f54ed205304d2892
1 smbldap_add: int (struct smbldap_state *, const char *, LDAPMod **)
2 smbldap_delete: int (struct smbldap_state *, const char *)
3 smbldap_extended_operation: int (struct smbldap_state *, const char *, struct berval *, LDAPControl **, LDAPControl **, char **, struct berval **)
4 smbldap_free_struct: void (struct smbldap_state **)
5 smbldap_get_single_attribute: bool (LDAP *, LDAPMessage *, const char *, char *, int)
6 smbldap_has_control: bool (LDAP *, const char *)
7 smbldap_has_extension: bool (LDAP *, const char *)
8 smbldap_has_naming_context: bool (LDAP *, const char *)
9 smbldap_init: NTSTATUS (TALLOC_CTX *, struct tevent_context *, const char *, bool, const char *, const char *, struct smbldap_state **)
10 smbldap_make_mod: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const char *)
11 smbldap_make_mod_blob: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const DATA_BLOB *)
12 smbldap_modify: int (struct smbldap_state *, const char *, LDAPMod **)
13 smbldap_pull_sid: bool (LDAP *, LDAPMessage *, const char *, struct dom_sid *)
14 smbldap_search: int (struct smbldap_state *, const char *, int, const char *, const char **, int, LDAPMessage **)
15 smbldap_search_paged: int (struct smbldap_state *, const char *, int, const char *, const char **, int, int, LDAPMessage **, void **)
16 smbldap_search_suffix: int (struct smbldap_state *, const char *, const char **, LDAPMessage **)
17 smbldap_set_creds: bool (struct smbldap_state *, bool, const char *, const char *)
18 smbldap_set_mod: void (LDAPMod ***, int, const char *, const char *)
19 smbldap_set_mod_blob: void (LDAPMod ***, int, const char *, const DATA_BLOB *)
20 smbldap_setup_full_conn: int (LDAP **, const char *)
21 smbldap_start_tls: int (LDAP *, int)
22 smbldap_talloc_autofree_ldapmod: void (TALLOC_CTX *, LDAPMod **)
23 smbldap_talloc_autofree_ldapmsg: void (TALLOC_CTX *, LDAPMessage *)
24 smbldap_talloc_dn: char *(TALLOC_CTX *, LDAP *, LDAPMessage *)
25 smbldap_talloc_first_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
26 smbldap_talloc_single_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
27 smbldap_talloc_single_blob: bool (TALLOC_CTX *, LDAP *, LDAPMessage *, const char *, DATA_BLOB *)
28 smbldap_talloc_smallest_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)