diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 11:49:31 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 11:49:31 +0000 |
commit | e18a883796f8fde5b38996aed4a733e1e2809791 (patch) | |
tree | 1338ba2955717c8cc8e4629fa3bb7c3761e53f93 /ext/ldap/php_ldap.h | |
parent | 3db6716761393269b79652764e651d351e0e5b4d (diff) | |
download | php-git-e18a883796f8fde5b38996aed4a733e1e2809791.tar.gz |
More php3_ cleanup
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 6c0d461ff7..1e691f93c3 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -113,7 +113,7 @@ typedef struct { } ldap_module; #ifndef THREAD_SAFE -extern ldap_module php3_ldap_module; +extern ldap_module php_ldap_module; #endif #else |