Skip to content

Commit e0f91d3

Browse files
author
Dave Hayden
committed
added function prototypes:
PHP_RINIT_FUNCTION(ming) PHP_FUNCTION(swfdisplayitem_addAction) PHP_FUNCTION(ming_useSWFVersion)
1 parent e28fc0f commit e0f91d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/ming/php_ming.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
extern zend_module_entry ming_module_entry;
3434
#define ming_module_ptr &ming_module_entry
3535

36+
PHP_RINIT_FUNCTION(ming);
3637
PHP_MINIT_FUNCTION(ming);
3738
PHP_MINFO_FUNCTION(ming);
3839

@@ -136,6 +137,7 @@ PHP_FUNCTION(swfdisplayitem_setRatio);
136137
PHP_FUNCTION(swfdisplayitem_addColor);
137138
PHP_FUNCTION(swfdisplayitem_multColor);
138139
PHP_FUNCTION(swfdisplayitem_setName);
140+
PHP_FUNCTION(swfdisplayitem_addAction);
139141

140142
PHP_FUNCTION(swfbutton_init);
141143
PHP_FUNCTION(swfbutton_setHit);
@@ -156,6 +158,7 @@ PHP_FUNCTION(swfmorph_getShape2);
156158

157159
PHP_FUNCTION(ming_setCubicThreshold);
158160
PHP_FUNCTION(ming_setScale);
161+
PHP_FUNCTION(ming_useSWFVersion);
159162

160163
#else
161164
#define ming_module_ptr NULL

0 commit comments

Comments
 (0)