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:07:38 -0400
commitdaf160fe847992f07fa0084f3b5937f8432f42d7 (patch)
treeae8c6089948fce117932ef16fd21b3fe111b96da /src/providers/ldap/sdap_async_private.h
parent87243a0a62b68f475b13e2117587dcdcc192b87b (diff)
downloadsssd-daf160fe847992f07fa0084f3b5937f8432f42d7.tar.gz
sssd-daf160fe847992f07fa0084f3b5937f8432f42d7.tar.xz
sssd-daf160fe847992f07fa0084f3b5937f8432f42d7.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,