mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
Make tevent_req_is_ldap_error public
This commit is contained in:
@@ -45,6 +45,8 @@ struct tldap_mod {
|
||||
DATA_BLOB *values;
|
||||
};
|
||||
|
||||
bool tevent_req_is_ldap_error(struct tevent_req *req, int *perr);
|
||||
|
||||
struct tldap_context *tldap_context_create(TALLOC_CTX *mem_ctx, int fd);
|
||||
bool tldap_context_setattr(struct tldap_context *ld,
|
||||
const char *name, const void *pptr);
|
||||
|
||||
Reference in New Issue
Block a user