summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_id_op.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-11-26 11:39:43 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-12-07 17:09:19 -0500
commitcf1cf7b96d38c8b481a90d800cf53546ac15ce8a (patch)
tree2089840c7980a3101399c560b18a9cb0f283f636 /src/providers/ldap/sdap_id_op.h
parent5843ad321944a028f6dee7e1fd4f9381c4953d07 (diff)
downloadsssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.tar.gz
sssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.tar.bz2
sssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.zip
Pass sdap_id_ctx in sdap_id_op functions.
Diffstat (limited to 'src/providers/ldap/sdap_id_op.h')
-rw-r--r--src/providers/ldap/sdap_id_op.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/providers/ldap/sdap_id_op.h b/src/providers/ldap/sdap_id_op.h
index 658c151e..f36037a9 100644
--- a/src/providers/ldap/sdap_id_op.h
+++ b/src/providers/ldap/sdap_id_op.h
@@ -25,9 +25,7 @@
#ifndef _SDAP_ID_OP_H_
#define _SDAP_ID_OP_H_
-#include "providers/ldap/sdap.h"
-#include <talloc.h>
-#include <tevent.h>
+struct sdap_id_ctx;
/* LDAP async connection cache */
struct sdap_id_conn_cache;
@@ -39,9 +37,7 @@ struct sdap_id_op;
/* Create a connection cache */
int sdap_id_conn_cache_create(TALLOC_CTX *memctx,
- struct be_ctx *be,
- struct sdap_options *opts,
- struct sdap_service *service,
+ struct sdap_id_ctx *id_ctx,
struct sdap_id_conn_cache** conn_cache_out);
/* Create an operation object */