summaryrefslogtreecommitdiff
path: root/ext/filepro/php_filepro.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/php_filepro.h')
-rw-r--r--ext/filepro/php_filepro.h5
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