cvs: php4 /ext/swf/ swf.c
[email protected] ("Sterling Hughes")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvssterling958781585@cvsserver> |
sterling Sat May 20 02:13:05 2000 EDT
Modified files:
/php4/ext/swf swf.c
Log:
Proto fixes.
#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!
Index: php4/ext/swf/swf.c
diff -u php4/ext/swf/swf.c:1.11 php4/ext/swf/swf.c:1.12
--- php4/ext/swf/swf.c:1.11 Thu May 18 17:34:36 2000
+++ php4/ext/swf/swf.c Sat May 20 02:13:05 2000
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: swf.c,v 1.11 2000/05/18 15:34:36 zeev Exp $ */
+/* $Id: swf.c,v 1.12 2000/05/20 00:13:05 sterling Exp $ */
#include "php.h"
@@ -287,7 +287,7 @@
}
/* }}} */
-/* {{{ 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 @@
}
/* }}} */
-/* {{{ 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)
{