summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-08-28 13:04:40 +0000
committerUwe Steinmann <steinm@php.net>2000-08-28 13:04:40 +0000
commit32f6eeb3bd0f9b1047e939795678f2bab30dd62f (patch)
treed9adfb49148e9d26fe89b4e7e3df7d46b2e4ef82 /ext/hyperwave/hw.c
parent8a36eb220ec30163601fbd5d5eca5710573ac115 (diff)
downloadphp-git-32f6eeb3bd0f9b1047e939795678f2bab30dd62f.tar.gz
- fixed prototyp
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 9544d8d26e..e530e92b52 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -3367,7 +3367,7 @@ PHP_FUNCTION(hw_identify) {
}
/* }}} */
-/* {{{ proto array hw_objrec2array(string objrec)
+/* {{{ proto array hw_objrec2array(string objrec, [array format])
Returns object array of object record */
PHP_FUNCTION(hw_objrec2array) {
zval **arg1, **arg2;