1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Proto fixed.

This commit is contained in:
Egon Schmid
2000-07-26 11:28:14 +00:00
parent 79527dd539
commit 9bb4011d06
+1 -1
View File
@@ -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;