From: Antony Dovgal Date: Tue, 5 Apr 2005 20:31:10 +0000 (+0000) Subject: remove proto, it's internal func X-Git-Tag: php-5.0.1b1~603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33677ddb9566c7b282d789e5c5c5d8383c819fcc;p=php remove proto, it's internal func --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 265b03ced8..e5c60f1a83 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -2039,7 +2039,7 @@ PHP_FUNCTION(ldap_start_tls) #endif /* (LDAP_API_VERSION > 2000) || HAVE_NSLDAP */ #if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC) -/* {{{ proto _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) {