From 32f6eeb3bd0f9b1047e939795678f2bab30dd62f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 28 Aug 2000 13:04:40 +0000 Subject: [PATCH] - fixed prototyp --- ext/hyperwave/hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0