From: Egon Schmid Date: Wed, 26 Jul 2000 11:28:14 +0000 (+0000) Subject: Proto fixed. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bb4011d06ea64af4b357468e08521d4295e52d3;p=php Proto fixed. --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 78c4f12d1d..8451c637f9 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -1371,7 +1371,7 @@ PHP_FUNCTION(ldap_error) { /* {{{ proto int ldap_compare(int link, string dn, string attr, string value) - Determine if an entry has a specific value for one of its attributes. */ + Determine if an entry has a specific value for one of its attributes */ PHP_FUNCTION(ldap_compare) { pval **link, **dn, **attr, **value; char *ldap_dn, *ldap_attr, *ldap_value;