diff options
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/ldap.c | 2 | ||||
-rw-r--r-- | ext/ldap/php3_ldap.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index f85b0dcf7c..93c19d43ce 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -260,7 +260,7 @@ int php3_mshutdown_ldap(SHUTDOWN_FUNC_ARGS) { return SUCCESS; } -void php3_info_ldap(void) +void php3_info_ldap(ZEND_MODULE_INFO_FUNC_ARGS) { char maxl[16]; #if HAVE_NSLDAP diff --git a/ext/ldap/php3_ldap.h b/ext/ldap/php3_ldap.h index 1440df17f5..ac6781527b 100644 --- a/ext/ldap/php3_ldap.h +++ b/ext/ldap/php3_ldap.h @@ -50,7 +50,7 @@ extern php3_module_entry ldap_module_entry; extern int php3_minit_ldap(INIT_FUNC_ARGS); extern int php3_mshutdown_ldap(SHUTDOWN_FUNC_ARGS); -extern void php3_info_ldap(void); +extern void php3_info_ldap(ZEND_MODULE_INFO_FUNC_ARGS); extern void php3_ldap_connect(INTERNAL_FUNCTION_PARAMETERS); |