summaryrefslogtreecommitdiff
path: root/ext/ldap/php3_ldap.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-08-02 15:02:52 +0000
committerAndrey Hristov <andrey@php.net>1999-08-02 15:02:52 +0000
commit05585132caf918d00a2749ab3c77c256a03c2807 (patch)
treee9c8561d2b198773facc3ae86c3359d175c1ebae /ext/ldap/php3_ldap.h
parent98037c425d981f5e08bd308fd9965e5a7e72b98c (diff)
downloadphp-git-05585132caf918d00a2749ab3c77c256a03c2807.tar.gz
More symbol work.
Diffstat (limited to 'ext/ldap/php3_ldap.h')
-rw-r--r--ext/ldap/php3_ldap.h6
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);