diff options
author | Sascha Schumann <sas@php.net> | 1999-05-22 16:12:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-22 16:12:09 +0000 |
commit | 13c3c4012ebb2573af0accb5f28a3d1c1f6e01c6 (patch) | |
tree | e960822bfe939efafa8dfe6e526dcf666d4c11e6 /ext/ldap/php3_ldap.h | |
parent | 1250c43a39cb562659076859bcf7c77260e45ffd (diff) | |
download | php-git-13c3c4012ebb2573af0accb5f28a3d1c1f6e01c6.tar.gz |
fix compile issues in LDAP/XML exts
Diffstat (limited to 'ext/ldap/php3_ldap.h')
-rw-r--r-- | ext/ldap/php3_ldap.h | 4 |
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; |