ext/ldap: Add static specifier for private function

This commit is contained in:
Gina Peter Banyard 2025-04-26 02:57:35 +01:00
parent 2e53aef1e8
commit 1c820750da

View file

@ -3816,7 +3816,7 @@ PHP_FUNCTION(ldap_start_tls)
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
/* {{{ _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;
int retval;