diff options
| author | Uwe Steinmann <steinm@php.net> | 2000-03-03 12:37:10 +0000 |
|---|---|---|
| committer | Uwe Steinmann <steinm@php.net> | 2000-03-03 12:37:10 +0000 |
| commit | 9318964f25225bb2fd218efd952c8962ac1952b5 (patch) | |
| tree | a280a542326470dcb94e5af4f04c7daa1081af46 /ext/hyperwave/hw.c | |
| parent | 6401dc10b2c3663ee7d6c929117e79cfc090f087 (diff) | |
| download | php-git-9318964f25225bb2fd218efd952c8962ac1952b5.tar.gz | |
- more changes to use zend_llist
Diffstat (limited to 'ext/hyperwave/hw.c')
| -rw-r--r-- | ext/hyperwave/hw.c | 2 |
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]; |
