]> granicus.if.org Git - php/commitdiff
- fixed prototyp
authorUwe Steinmann <steinm@php.net>
Mon, 28 Aug 2000 13:04:40 +0000 (13:04 +0000)
committerUwe Steinmann <steinm@php.net>
Mon, 28 Aug 2000 13:04:40 +0000 (13:04 +0000)
ext/hyperwave/hw.c

index 9544d8d26ef2ac870344133c7b401f921f647589..e530e92b5257fca9f2a1e38a30d877e74fb4ec63 100644 (file)
@@ -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;