]> granicus.if.org Git - php/commitdiff
added function prototypes:
authorDave Hayden <opaquedave@php.net>
Mon, 20 Aug 2001 03:23:26 +0000 (03:23 +0000)
committerDave Hayden <opaquedave@php.net>
Mon, 20 Aug 2001 03:23:26 +0000 (03:23 +0000)
  PHP_RINIT_FUNCTION(ming)
  PHP_FUNCTION(swfdisplayitem_addAction)
  PHP_FUNCTION(ming_useSWFVersion)

ext/ming/php_ming.h

index 6fa8caaf6d68f57c163357ebc1734d7609487c74..44c033ca17a14c49422a6f45c9c935e3baed97cd 100644 (file)
@@ -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