summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_private.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-06-27 15:15:34 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-06-30 14:09:10 -0400
commit0eb8bf8c05a5535ed44c71342f4bed5b821cfa06 (patch)
treeae25e0976782a779450947d956dcc221a4a00abd /src/providers/ldap/sdap_async_private.h
parent7087d51975f4059591c04718def24ba7b753644c (diff)
downloadsssd-0eb8bf8c05a5535ed44c71342f4bed5b821cfa06.tar.gz
sssd-0eb8bf8c05a5535ed44c71342f4bed5b821cfa06.tar.xz
sssd-0eb8bf8c05a5535ed44c71342f4bed5b821cfa06.zip
Add sdap_call_conn_cb() to call add connection callback directly
Diffstat (limited to 'src/providers/ldap/sdap_async_private.h')
-rw-r--r--src/providers/ldap/sdap_async_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_private.h b/src/providers/ldap/sdap_async_private.h
index f049fa6aa..b29b18dfa 100644
--- a/src/providers/ldap/sdap_async_private.h
+++ b/src/providers/ldap/sdap_async_private.h
@@ -40,6 +40,8 @@ int get_fd_from_ldap(LDAP *ldap, int *fd);
errno_t sdap_set_connected(struct sdap_handle *sh, struct tevent_context *ev);
+errno_t sdap_call_conn_cb(const char *uri,int fd, struct sdap_handle *sh);
+
int sdap_op_add(TALLOC_CTX *memctx, struct tevent_context *ev,
struct sdap_handle *sh, int msgid,
sdap_op_callback_t *callback, void *data,