diff options
author | SVN Migration <svn@php.net> | 1999-09-20 14:45:37 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 1999-09-20 14:45:37 +0000 |
commit | 510f3d96386059d8f2562532492593125c7bba8f (patch) | |
tree | 416f4cbd8ecc6d5ca31714ffaa41d72b16495262 /ext/ftp/php_ftp.h | |
parent | 82c8a9e745f0a968fe7eccb7dc64d73436f80aa7 (diff) | |
download | php-git-PRE_DELAYED_ARRAY_FETCH_PATCH.tar.gz |
This commit was manufactured by cvs2svn to create tagPRE_DELAYED_ARRAY_FETCH_PATCH
'PRE_DELAYED_ARRAY_FETCH_PATCH'.
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h deleted file mode 100644 index 1a71ba70a1..0000000000 --- a/ext/ftp/php_ftp.h +++ /dev/null @@ -1,38 +0,0 @@ -/* $Id$ */ - -#ifndef _INCLUDED_FTP_H -#define _INCLUDED_FTP_H - -#if COMPILE_DL -#undef HAVE_FTP -#define HAVE_FTP 1 -#endif - -#if HAVE_FTP - -extern php3_module_entry php3_ftp_module_entry; -#define php3_ftp_module_ptr &php3_ftp_module_entry - -extern PHP_MINIT_FUNCTION(ftp); - -PHP_FUNCTION(ftp_connect); -PHP_FUNCTION(ftp_login); -PHP_FUNCTION(ftp_pwd); -PHP_FUNCTION(ftp_cdup); -PHP_FUNCTION(ftp_chdir); -PHP_FUNCTION(ftp_mkdir); -PHP_FUNCTION(ftp_rmdir); -PHP_FUNCTION(ftp_nlist); -PHP_FUNCTION(ftp_listraw); -PHP_FUNCTION(ftp_systype); -PHP_FUNCTION(ftp_get); -PHP_FUNCTION(ftp_put); -PHP_FUNCTION(ftp_quit); - -#define phpext_ftp_ptr php3_ftp_module_ptr - -#else -#define php3_ftp_module_ptr NULL -#endif /* HAVE_FTP */ - -#endif |