summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-08-07 16:03:17 +0000
committerZeev Suraski <zeev@php.net>2003-08-07 16:03:17 +0000
commit23f08b9a2f1f3aeadf877dfd54886df6d5e058a4 (patch)
treec46cb7a14bc39c08977d5a737216fd786a3c23ec /ext/ftp/php_ftp.c
parent2e869c7cb33bbf6f3f3f25e474cd3c26d09f1b89 (diff)
downloadphp-git-23f08b9a2f1f3aeadf877dfd54886df6d5e058a4.tar.gz
fix another broken prototype
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r--ext/ftp/php_ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c
index 21dae4487c..dc19bb69aa 100644
--- a/ext/ftp/php_ftp.c
+++ b/ext/ftp/php_ftp.c
@@ -181,7 +181,7 @@ PHP_FUNCTION(ftp_connect)
/* }}} */
#ifdef HAVE_OPENSSL_EXT
-/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout)]])
+/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout]])
Opens a FTP-SSL stream */
PHP_FUNCTION(ftp_ssl_connect)
{