- actally returns STATUS
authorMichael Wallner <mike@php.net>
Mon, 25 Jul 2005 10:36:59 +0000 (10:36 +0000)
committerMichael Wallner <mike@php.net>
Mon, 25 Jul 2005 10:36:59 +0000 (10:36 +0000)
http_api.c

index 3dcaff04253ee05591209d12c72c2d04a3ac54e7..e54974f9cb9c10d8e45fe20081e1d55db2d00899 100644 (file)
@@ -226,7 +226,7 @@ PHP_HTTP_API zval *_http_get_server_var_ex(const char *key, size_t key_size, zen
 }
 /* }}} */
 
-/* {{{ zend_bool http_get_request_body(char **, size_t *) */
+/* {{{ STATUS http_get_request_body(char **, size_t *) */
 PHP_HTTP_API STATUS _http_get_request_body_ex(char **body, size_t *length, zend_bool dup TSRMLS_DC)
 {
        *length = 0;