Skip to content

Commit 1c82075

Browse files
committed
ext/ldap: Add static specifier for private function
1 parent 2e53aef commit 1c82075

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
@@ -3816,7 +3816,7 @@ PHP_FUNCTION(ldap_start_tls)
38163816

38173817
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
38183818
/* {{{ _ldap_rebind_proc() */
3819-
int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
3819+
static int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
38203820
{
38213821
ldap_linkdata *ld = NULL;
38223822
int retval;

0 commit comments

Comments
 (0)