summaryrefslogtreecommitdiff
path: root/ext/ldap/php3_ldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/php3_ldap.h')
-rw-r--r--ext/ldap/php3_ldap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ldap/php3_ldap.h b/ext/ldap/php3_ldap.h
index d16ab56382..341cca1ec3 100644
--- a/ext/ldap/php3_ldap.h
+++ b/ext/ldap/php3_ldap.h
@@ -85,6 +85,10 @@ PHP_FUNCTION(ldap_add);
PHP_FUNCTION(ldap_delete);
PHP_FUNCTION(ldap_modify);
+PHP_FUNCTION(ldap_mod_add);
+PHP_FUNCTION(ldap_mod_replace);
+PHP_FUNCTION(ldap_mod_del);
+
typedef struct {
long default_link;
long num_links, max_links;