]> granicus.if.org Git - php/commitdiff
Proto fixes.
authorSterling Hughes <sterling@php.net>
Sat, 20 May 2000 00:13:05 +0000 (00:13 +0000)
committerSterling Hughes <sterling@php.net>
Sat, 20 May 2000 00:13:05 +0000 (00:13 +0000)
#Harmut -- I love your web site, I was able to see that these functions
#didn't have prototypes just by checking out the SWF extension area!

ext/swf/swf.c

index 2ab525db64d67c8dca3f14bc57735abe64cf3531..f35f1980c2b3bcb62c43bba06d0a23bc8ea85447 100644 (file)
@@ -287,7 +287,7 @@ PHP_FUNCTION(swf_modifyobject)
 }
 /* }}} */
 
-/* {{{ swf_removeobject(int depth)
+/* {{{ proto void swf_removeobject(int depth)
    Removes the object at the specified depth */
 PHP_FUNCTION(swf_removeobject)
 {
@@ -990,7 +990,7 @@ PHP_FUNCTION(swf_viewport)
 }
 /* }}} */
 
-/* {{{ void swf_ortho2(double xmin, double xmax, double ymin, double ymax)
+/* {{{ proto void swf_ortho2(double xmin, double xmax, double ymin, double ymax)
    Defines a 2-D orthographic mapping of user coordinates onto the current viewport */ 
 PHP_FUNCTION(swf_ortho2)
 {