diff options
author | Egon Schmid <eschmid@php.net> | 2000-03-05 07:00:16 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-03-05 07:00:16 +0000 |
commit | 79e36bd365ac041e050e1339eaeea8da6d023d24 (patch) | |
tree | 01816d29444bbe820400ba18a5d502d53c444dee /ext/hyperwave/hw.c | |
parent | e7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (diff) | |
download | php-git-79e36bd365ac041e050e1339eaeea8da6d023d24.tar.gz |
Protos fixed.
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 015dcb97ef..c08d1fd607 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ž [string linkroot]) +/* {{{ proto string hw_getobject(int link, int objid [, string linkroot]) Returns object record */ PHP_FUNCTION(hw_getobject) { pval **argv[3]; |