]> granicus.if.org Git - php/commitdiff
remove proto, it's internal func
authorAntony Dovgal <tony2001@php.net>
Tue, 5 Apr 2005 20:31:10 +0000 (20:31 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 5 Apr 2005 20:31:10 +0000 (20:31 +0000)
ext/ldap/ldap.c

index 265b03ced8b71f97219604a8411c4edc7f075bb9..e5c60f1a83d69bdae148609ca3c1cde0d693972b 100644 (file)
@@ -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)
 {