]> granicus.if.org Git - php/commitdiff
MFH: remove proto
authorAntony Dovgal <tony2001@php.net>
Tue, 5 Apr 2005 20:32:01 +0000 (20:32 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 5 Apr 2005 20:32:01 +0000 (20:32 +0000)
ext/ldap/ldap.c

index 1acafe38f729bee5b93c26e743fdfa13407354f5..ef90adf046b4e599f1dd961e2536f4f89e5fb298 100644 (file)
@@ -1975,7 +1975,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)
 {