eschmid Fri Jan 26 13:22:32 2001 EDT
Modified files:
/php4/ext/hyperwave hw.c
Log:
Fixed another proto.
Index: php4/ext/hyperwave/hw.c
diff -u php4/ext/hyperwave/hw.c:1.73 php4/ext/hyperwave/hw.c:1.74
--- php4/ext/hyperwave/hw.c:1.73 Fri Dec 22 04:57:05 2000
+++ php4/ext/hyperwave/hw.c Fri Jan 26 13:22:32 2001
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: hw.c,v 1.73 2000/12/22 12:57:05 zeev Exp $ */
+/* $Id: hw.c,v 1.74 2001/01/26 21:22:32 eschmid Exp $ */
#include <stdlib.h>
#include <errno.h>
@@ -2285,12 +2285,8 @@
}
/* }}} */
-/* {{{ proto hwdoc hw_pipedocument(int link, int objid [, array urlprefixes ] )
- Returns document with links inserted. Optionally a array with five urlprefixes
- may be passed, which will be inserted for the different types of anchors. This
should
- be a named array with the following keys: HW_DEFAULT_LINK, HW_IMAGE_LINK,
HW_BACKGROUND_LINK,
- HW_INTAG_LINK, and HW_APPLET_LINK.
-*/
+/* {{{ proto hwdoc hw_pipedocument(int link, int objid [, array urlprefixes])
+ Returns document with links inserted. Optionally a array with five urlprefixes may
+be passed, which will be inserted for the different types of anchors. This should be
+a named array with the following keys: HW_DEFAULT_LINK, HW_IMAGE_LINK,
+HW_BACKGROUND_LINK, HW_INTAG_LINK, and HW_APPLET_LINK */
PHP_FUNCTION(hw_pipedocument) {
pval *arg1, *arg2, *arg3;
int i, link, id, type, argc, mode;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]