diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-10-08 11:45:18 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-10-08 11:45:18 +0000 |
commit | d667e05543b02da5fa122c5878c09067622013c4 (patch) | |
tree | c5c2a6a2d7a9eefacf8a764d36ad7f124d716e95 /ext/ftp/php_ftp.h | |
parent | 990a86615dd1aad60e752374892f1398657ca81a (diff) | |
download | php-git-d667e05543b02da5fa122c5878c09067622013c4.tar.gz |
more cleanup of info code
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 79a8e16642..6741ac66e2 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -39,6 +39,7 @@ extern zend_module_entry php_ftp_module_entry; #define php_ftp_module_ptr &php_ftp_module_entry PHP_MINIT_FUNCTION(ftp); +PHP_MINFO_FUNCTION(ftp); PHP_FUNCTION(ftp_connect); PHP_FUNCTION(ftp_login); |