From: Dave Hayden Date: Mon, 20 Aug 2001 03:23:26 +0000 (+0000) Subject: added function prototypes: X-Git-Tag: PRE_SUBST_Z_MACROS~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f91d3c487b01974dfbcaa51f147059989c60ec;p=php added function prototypes: PHP_RINIT_FUNCTION(ming) PHP_FUNCTION(swfdisplayitem_addAction) PHP_FUNCTION(ming_useSWFVersion) --- diff --git a/ext/ming/php_ming.h b/ext/ming/php_ming.h index 6fa8caaf6d..44c033ca17 100644 --- a/ext/ming/php_ming.h +++ b/ext/ming/php_ming.h @@ -33,6 +33,7 @@ extern zend_module_entry ming_module_entry; #define ming_module_ptr &ming_module_entry +PHP_RINIT_FUNCTION(ming); PHP_MINIT_FUNCTION(ming); PHP_MINFO_FUNCTION(ming); @@ -136,6 +137,7 @@ PHP_FUNCTION(swfdisplayitem_setRatio); PHP_FUNCTION(swfdisplayitem_addColor); PHP_FUNCTION(swfdisplayitem_multColor); PHP_FUNCTION(swfdisplayitem_setName); +PHP_FUNCTION(swfdisplayitem_addAction); PHP_FUNCTION(swfbutton_init); PHP_FUNCTION(swfbutton_setHit); @@ -156,6 +158,7 @@ PHP_FUNCTION(swfmorph_getShape2); PHP_FUNCTION(ming_setCubicThreshold); PHP_FUNCTION(ming_setScale); +PHP_FUNCTION(ming_useSWFVersion); #else #define ming_module_ptr NULL