summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r--ext/ldap/php_ldap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h
index a8e03a59c1..45b5f45cb5 100644
--- a/ext/ldap/php_ldap.h
+++ b/ext/ldap/php_ldap.h
@@ -83,6 +83,10 @@ PHP_FUNCTION(ldap_mod_add);
PHP_FUNCTION(ldap_mod_replace);
PHP_FUNCTION(ldap_mod_del);
+PHP_FUNCTION(ldap_errno);
+PHP_FUNCTION(ldap_err2str);
+PHP_FUNCTION(ldap_error);
+
ZEND_BEGIN_MODULE_GLOBALS(ldap)
long default_link;
long num_links, max_links;