summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-03-05 07:00:16 +0000
committerEgon Schmid <eschmid@php.net>2000-03-05 07:00:16 +0000
commit79e36bd365ac041e050e1339eaeea8da6d023d24 (patch)
tree01816d29444bbe820400ba18a5d502d53c444dee /ext/hyperwave/hw.c
parente7d03185c471cf2b3f62cd9cd1ff3ae811c11bc5 (diff)
downloadphp-git-79e36bd365ac041e050e1339eaeea8da6d023d24.tar.gz
Protos fixed.
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 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];