diff options
author | Andrey Hristov <andrey@php.net> | 1999-08-02 15:02:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-08-02 15:02:52 +0000 |
commit | 05585132caf918d00a2749ab3c77c256a03c2807 (patch) | |
tree | e9c8561d2b198773facc3ae86c3359d175c1ebae /ext/ldap/php3_ldap.h | |
parent | 98037c425d981f5e08bd308fd9965e5a7e72b98c (diff) | |
download | php-git-05585132caf918d00a2749ab3c77c256a03c2807.tar.gz |
More symbol work.
Diffstat (limited to 'ext/ldap/php3_ldap.h')
-rw-r--r-- | ext/ldap/php3_ldap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ldap/php3_ldap.h b/ext/ldap/php3_ldap.h index 341cca1ec3..3e8b08f62e 100644 --- a/ext/ldap/php3_ldap.h +++ b/ext/ldap/php3_ldap.h @@ -47,10 +47,10 @@ extern php3_module_entry ldap_module_entry; #define ldap_module_ptr &ldap_module_entry /* LDAP functions */ -int php3_minit_ldap(INIT_FUNC_ARGS); -int php3_mshutdown_ldap(SHUTDOWN_FUNC_ARGS); +PHP_MINIT_FUNCTION(ldap); +PHP_MSHUTDOWN_FUNCTION(ldap); -void php3_info_ldap(ZEND_MODULE_INFO_FUNC_ARGS); +PHP_MINFO_FUNCTION(ldap); PHP_FUNCTION(ldap_connect); |