summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
diff options
context:
space:
mode:
authorAndrew Skalski <askalski@php.net>2000-02-22 20:50:00 +0000
committerAndrew Skalski <askalski@php.net>2000-02-22 20:50:00 +0000
commitceebb2db615960d17f751011cfe955d668b591ea (patch)
tree4a5a9cd0e80c2840f0e8ae8020274e7393e872b0 /ext/ftp/ftp.h
parent5283b0b821ab14b738471246bb7377bbfcf95480 (diff)
downloadphp-git-ceebb2db615960d17f751011cfe955d668b591ea.tar.gz
added the ftp_site() function
Diffstat (limited to 'ext/ftp/ftp.h')
-rw-r--r--ext/ftp/ftp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h
index b202981d9a..562c2dbfea 100644
--- a/ext/ftp/ftp.h
+++ b/ext/ftp/ftp.h
@@ -155,4 +155,7 @@ int ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest);
/* deletes the file from the server */
int ftp_delete(ftpbuf_t *ftp, const char *path);
+/* sends a SITE command to the server */
+int ftp_site(ftpbuf_t *ftp, const char *cmd);
+
#endif