summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-13 01:22:43 +0000
committerJani Taskinen <jani@php.net>2007-07-13 01:22:43 +0000
commit35d2e03ec9d129dada1a78f538504eb3f8886569 (patch)
tree83e9f6c8d8bc67c6d70bc233f4174e396ab41ccf /ext/ldap/php_ldap.h
parentef7373f458ce2db002c975302021fbfb594152f0 (diff)
downloadphp-git-35d2e03ec9d129dada1a78f538504eb3f8886569.tar.gz
- Removed non-existing function entry
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r--ext/ldap/php_ldap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h
index d39708d976..780e4ed373 100644
--- a/ext/ldap/php_ldap.h
+++ b/ext/ldap/php_ldap.h
@@ -55,7 +55,6 @@ PHP_FUNCTION(ldap_next_attribute);
PHP_FUNCTION(ldap_get_attributes);
PHP_FUNCTION(ldap_get_values);
PHP_FUNCTION(ldap_get_values_len);
-PHP_FUNCTION(ber_free);
PHP_FUNCTION(ldap_get_dn);
PHP_FUNCTION(ldap_explode_dn);
PHP_FUNCTION(ldap_dn2ufn);