summaryrefslogtreecommitdiff
path: root/source3/include/tldap_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/tldap_util.h')
-rw-r--r--source3/include/tldap_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h
index 00916f51f3..eb6b8f6d22 100644
--- a/source3/include/tldap_util.h
+++ b/source3/include/tldap_util.h
@@ -64,5 +64,6 @@ struct tldap_message *tldap_rootdse(struct tldap_context *ld);
bool tldap_entry_has_attrvalue(struct tldap_message *msg,
const char *attribute,
const DATA_BLOB blob);
+bool tldap_supports_control(struct tldap_context *ld, const char *oid);
#endif