diff options
author | Egon Schmid <eschmid@php.net> | 2001-01-26 21:22:33 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-01-26 21:22:33 +0000 |
commit | c7f5ad4336dfd7bcf708f19d6e2e3fc9e6e93223 (patch) | |
tree | 3ac38902f005b9965b8440c80b1693e3394069e9 /ext/hyperwave | |
parent | a8624ac62a437f71017fa3430c3821dbf677ac90 (diff) | |
download | php-git-c7f5ad4336dfd7bcf708f19d6e2e3fc9e6e93223.tar.gz |
Fixed another proto.
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hw.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index c7518f25a1..12f4b195ca 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -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; |