summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-11-15 07:39:17 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-11-23 14:19:53 -0500
commit9f761434e5fbc5c033a85fb69d6e360e3ba4db58 (patch)
treee5dee8d40c3e09c13bcb428eefce9ad6681a522b /src/providers/ldap/ldap_common.h
parent7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2 (diff)
downloadsssd-9f761434e5fbc5c033a85fb69d6e360e3ba4db58.tar.gz
sssd-9f761434e5fbc5c033a85fb69d6e360e3ba4db58.tar.xz
sssd-9f761434e5fbc5c033a85fb69d6e360e3ba4db58.zip
Modified sdap_parse_search_base()
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 770ffc8f5..2c77846e9 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -171,8 +171,7 @@ errno_t msgs2attrs_array(TALLOC_CTX *mem_ctx, size_t count,
struct sysdb_attrs ***attrs);
errno_t sdap_parse_search_base(TALLOC_CTX *mem_ctx,
- struct sdap_options *opts,
- enum sdap_basic_opt class,
+ struct dp_option *opts, int class,
struct sdap_search_base ***_search_bases);
#endif /* _LDAP_COMMON_H_ */