mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/ldap: Add static specifier for private function
This commit is contained in:
parent
2e53aef1e8
commit
1c820750da
1 changed files with 1 additions and 1 deletions
|
@ -3816,7 +3816,7 @@ PHP_FUNCTION(ldap_start_tls)
|
||||||
|
|
||||||
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
|
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
|
||||||
/* {{{ _ldap_rebind_proc() */
|
/* {{{ _ldap_rebind_proc() */
|
||||||
int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
|
static int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
|
||||||
{
|
{
|
||||||
ldap_linkdata *ld = NULL;
|
ldap_linkdata *ld = NULL;
|
||||||
int retval;
|
int retval;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue