mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -109,8 +109,7 @@ SAPI_API void sapi_free_header(sapi_header_struct *sapi_header)
|
|||
efree(sapi_header->header);
|
||||
}
|
||||
|
||||
/* {{{ proto bool header_register_callback(mixed callback)
|
||||
call a header function */
|
||||
/* {{{ call a header function */
|
||||
PHP_FUNCTION(header_register_callback)
|
||||
{
|
||||
zval *callback_func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue