Skip to content

Commit 4be45ac

Browse files
committed
ext/ldap: Add static specifier for private function
1 parent 1dfef23 commit 4be45ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ldap/ldap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,7 @@ PHP_FUNCTION(ldap_start_tls)
37423742

37433743
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
37443744
/* {{{ _ldap_rebind_proc() */
3745-
int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
3745+
static int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
37463746
{
37473747
ldap_linkdata *ld = NULL;
37483748
int retval;

0 commit comments

Comments
 (0)