summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-03-03 12:37:10 +0000
committerUwe Steinmann <steinm@php.net>2000-03-03 12:37:10 +0000
commit9318964f25225bb2fd218efd952c8962ac1952b5 (patch)
treea280a542326470dcb94e5af4f04c7daa1081af46 /ext/hyperwave/hw.c
parent6401dc10b2c3663ee7d6c929117e79cfc090f087 (diff)
downloadphp-git-9318964f25225bb2fd218efd952c8962ac1952b5.tar.gz
- more changes to use zend_llist
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index 34fd2c4001..015dcb97ef 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1287,7 +1287,7 @@ php_printf("%s", object);
}
/* }}} */
-/* {{{ proto string hw_getobject(int link, int objid)
+/* {{{ proto string hw_getobject(int link, int objidž [string linkroot])
Returns object record */
PHP_FUNCTION(hw_getobject) {
pval **argv[3];