diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-27 19:44:46 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-27 19:44:46 +0000 |
commit | 07d691174b38a5bc05aa6c1fc0ff4d135e8d1356 (patch) | |
tree | 1d9930e938977ec797058956d2691854a822b52a /ext/filepro/php_filepro.h | |
parent | bb8046c4a9a81b5d6d9568d1fb53e9114b1e4f68 (diff) | |
download | php-git-07d691174b38a5bc05aa6c1fc0ff4d135e8d1356.tar.gz |
Symbol work.
Diffstat (limited to 'ext/filepro/php_filepro.h')
-rw-r--r-- | ext/filepro/php_filepro.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/filepro/php_filepro.h b/ext/filepro/php_filepro.h index 21a9fbe1f1..850eeb8dcd 100644 --- a/ext/filepro/php_filepro.h +++ b/ext/filepro/php_filepro.h @@ -49,8 +49,9 @@ PHP_FUNCTION(filepro_fieldtype); PHP_FUNCTION(filepro_fieldwidth); PHP_FUNCTION(filepro_fieldcount); PHP_FUNCTION(filepro_retrieve); -extern int php3_minit_filepro(INIT_FUNC_ARGS); -extern int php3_mend_filepro(void); + +extern PHP_MINIT_FUNCTION(filepro); +extern PHP_MSHUTDOWN_FUNCTION(filepro); #else #define phpext_filepro_ptr NULL #endif |