summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
diff options
context:
space:
mode:
authorStig Venaas <venaas@php.net>2001-01-08 18:13:08 +0000
committerStig Venaas <venaas@php.net>2001-01-08 18:13:08 +0000
commit897f293d1390e59afac8a9ac0471f32af1c7a27b (patch)
treebe202a051cb941edfa6d2ef587570a8c00e40478 /ext/ldap/php_ldap.h
parent735b8ed6edcf94a8438ece7800375676bec7426d (diff)
downloadphp-git-897f293d1390e59afac8a9ac0471f32af1c7a27b.tar.gz
Added ldap_rename(). Currently requires API with ldap_rename().
@- Added ldap_rename() function (Stig Venaas)
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r--ext/ldap/php_ldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h
index bfe73edf94..4fd84a2369 100644
--- a/ext/ldap/php_ldap.h
+++ b/ext/ldap/php_ldap.h
@@ -88,6 +88,7 @@ PHP_FUNCTION(ldap_parse_result);
PHP_FUNCTION(ldap_first_reference);
PHP_FUNCTION(ldap_next_reference);
PHP_FUNCTION(ldap_parse_reference);
+PHP_FUNCTION(ldap_rename);
#endif
#ifdef STR_TRANSLATION