summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-08-08 20:28:19 +0000
committerEgon Schmid <eschmid@php.net>2000-08-08 20:28:19 +0000
commit3bc8b9dc9c9bacea79b1c762a670dfff6f272a24 (patch)
tree850caf7b3857863c0214c1afdc5d768d6c9ecd66 /ext/ftp/php_ftp.c
parent831e15d0d1842611dbd70400b07291eecd543746 (diff)
downloadphp-git-3bc8b9dc9c9bacea79b1c762a670dfff6f272a24.tar.gz
Beautified some protos.
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r--ext/ftp/php_ftp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c
index f4e2cc7b64..233d707972 100644
--- a/ext/ftp/php_ftp.c
+++ b/ext/ftp/php_ftp.c
@@ -24,8 +24,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: |
- | Andrew Skalski <askalski@chek.com> |
+ | Authors: Andrew Skalski <askalski@chek.com> |
+----------------------------------------------------------------------+
*/
@@ -130,7 +129,7 @@ PHP_MINIT_FUNCTION(ftp)
}
/* {{{ proto int ftp_connect(string host [, int port])
- Open a FTP stream */
+ Opens a FTP stream */
PHP_FUNCTION(ftp_connect)
{
pval *arg1, *arg2;