summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-04-05 20:31:10 +0000
committerAntony Dovgal <tony2001@php.net>2005-04-05 20:31:10 +0000
commit33677ddb9566c7b282d789e5c5c5d8383c819fcc (patch)
tree8f8d338503e39dbfd48faf187de6786673f9e7f8 /ext/ldap
parent6f13b138a74273bc7ff32e4896d2b78e74e24837 (diff)
downloadphp-git-33677ddb9566c7b282d789e5c5c5d8383c819fcc.tar.gz
remove proto, it's internal func
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c
index 265b03ced8..e5c60f1a83 100644
--- a/ext/ldap/ldap.c
+++ b/ext/ldap/ldap.c
@@ -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)
{