diff options
author | Dave Hayden <opaquedave@php.net> | 2001-08-20 03:23:26 +0000 |
---|---|---|
committer | Dave Hayden <opaquedave@php.net> | 2001-08-20 03:23:26 +0000 |
commit | e0f91d3c487b01974dfbcaa51f147059989c60ec (patch) | |
tree | 759b4ca6d13d9a3fbcbc2019399d0beecf83a94b /ext/ming/php_ming.h | |
parent | e28fc0f85e187e363163ec8f8a13af624b2fdf14 (diff) | |
download | php-git-e0f91d3c487b01974dfbcaa51f147059989c60ec.tar.gz |
added function prototypes:
PHP_RINIT_FUNCTION(ming)
PHP_FUNCTION(swfdisplayitem_addAction)
PHP_FUNCTION(ming_useSWFVersion)
Diffstat (limited to 'ext/ming/php_ming.h')
-rw-r--r-- | ext/ming/php_ming.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |