]> granicus.if.org Git - php/commitdiff
Fixed another proto.
authorEgon Schmid <eschmid@php.net>
Fri, 26 Jan 2001 21:22:33 +0000 (21:22 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 26 Jan 2001 21:22:33 +0000 (21:22 +0000)
ext/hyperwave/hw.c

index c7518f25a12ce4e910b01280a6fb61ac2cd76d68..12f4b195ca9c5330e25ebe0da182a216d6582abc 100644 (file)
@@ -2285,12 +2285,8 @@ PHP_FUNCTION(hw_setlinkroot) {
 }
 /* }}} */
 
-/* {{{ 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;