mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Export sapi_free_header()
This commit is contained in:
parent
415d53e751
commit
e08b2e7b0f
2 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,7 @@ SAPI_API void sapi_shutdown(void)
|
|||
}
|
||||
|
||||
|
||||
static void sapi_free_header(sapi_header_struct *sapi_header)
|
||||
SAPI_API void sapi_free_header(sapi_header_struct *sapi_header)
|
||||
{
|
||||
efree(sapi_header->header);
|
||||
}
|
||||
|
|
|
@ -119,6 +119,7 @@ SAPI_API void sapi_deactivate(SLS_D);
|
|||
|
||||
SAPI_API int sapi_add_header(char *header_line, uint header_line_len);
|
||||
SAPI_API int sapi_send_headers(void);
|
||||
SAPI_API void sapi_free_header(sapi_header_struct *sapi_header);
|
||||
|
||||
SAPI_API int sapi_register_post_readers(sapi_post_content_type_reader *post_content_type_readers);
|
||||
SAPI_API int sapi_register_post_reader(sapi_post_content_type_reader *post_content_type_reader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue