From 9bb4011d06ea64af4b357468e08521d4295e52d3 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Wed, 26 Jul 2000 11:28:14 +0000 Subject: [PATCH] Proto fixed. --- ext/ldap/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1