]> granicus.if.org Git - php/commitdiff
- fixed prototype
authorUwe Steinmann <steinm@php.net>
Tue, 16 May 2000 07:54:10 +0000 (07:54 +0000)
committerUwe Steinmann <steinm@php.net>
Tue, 16 May 2000 07:54:10 +0000 (07:54 +0000)
ext/swf/swf.c

index 4a204fddd3279ea0be6ee0f6ecc078497e8a3fc4..5b01fb340b5874699d97ea75461f73309c9279be 100644 (file)
@@ -472,7 +472,7 @@ PHP_FUNCTION(swf_defineline)
 }
 /* }}} */
 
-/* {{{ proto void swf_defineline(int objid, double x1, double y1, double x2, double y2, double width)
+/* {{{ proto void swf_definerect(int objid, double x1, double y1, double x2, double y2, double width)
    Create a rectangle with object id, objid, the upper lefthand coordinate is given by x1, y1 the bottom right coordinate is x2, y2 and with is the width of the line */
 PHP_FUNCTION(swf_definerect)
 {