summaryrefslogtreecommitdiffstats
path: root/ldap_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldap_convert.h')
-rw-r--r--ldap_convert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldap_convert.h b/ldap_convert.h
index 9f62497..fded592 100644
--- a/ldap_convert.h
+++ b/ldap_convert.h
@@ -38,4 +38,7 @@ isc_result_t dnsname_to_dn(isc_mem_t *mctx, dns_name_t *name,
isc_result_t ldap_record_to_rdatatype(const char *ldap_record,
dns_rdatatype_t *rdtype);
+isc_result_t rdatatype_to_ldap_attribute(dns_rdatatype_t rdtype,
+ const char **target);
+
#endif /* !_LD_LDAP_CONVERT_H_ */