summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
diff options
context:
space:
mode:
authorAndrew Skalski <askalski@php.net>1999-09-16 18:38:11 +0000
committerAndrew Skalski <askalski@php.net>1999-09-16 18:38:11 +0000
commit93313c576c1a98779d3e5e11e239e6cf8eb760b7 (patch)
tree5ef0017ffbc1c7dbc66ed807c37ae34641451278 /ext/ftp/ftp.h
parentf0688ad7e248c3065f4f9a29ed307804efd023a5 (diff)
downloadphp-git-93313c576c1a98779d3e5e11e239e6cf8eb760b7.tar.gz
added ftp_systype() and ftp_listraw() functions
Diffstat (limited to 'ext/ftp/ftp.h')
-rw-r--r--ext/ftp/ftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h
index 798633e6e1..e23b659ae5 100644
--- a/ext/ftp/ftp.h
+++ b/ext/ftp/ftp.h
@@ -19,6 +19,8 @@ PHP_FUNCTION(ftp_connect);
PHP_FUNCTION(ftp_login);
PHP_FUNCTION(ftp_chdir);
PHP_FUNCTION(ftp_nlist);
+PHP_FUNCTION(ftp_listraw);
+PHP_FUNCTION(ftp_systype);
PHP_FUNCTION(ftp_get);
PHP_FUNCTION(ftp_put);
PHP_FUNCTION(ftp_quit);