mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
nginx: cosmetics: Splits lines longer than 80 characters
This commit is contained in:
@@ -16,6 +16,9 @@ ngx_buf_t * apr_bucket_to_ngx_buf(apr_bucket *e, ngx_pool_t *pool);
|
||||
ngx_int_t copy_chain_to_brigade(ngx_chain_t *chain_orig,
|
||||
apr_bucket_brigade *bb, ngx_pool_t *pool, ngx_int_t last_buf);
|
||||
|
||||
ngx_int_t move_chain_to_brigade(ngx_chain_t *chain, apr_bucket_brigade *bb, ngx_pool_t *pool, ngx_int_t last_buf);
|
||||
ngx_int_t move_brigade_to_chain(apr_bucket_brigade *bb, ngx_chain_t **chain, ngx_pool_t *pool);
|
||||
ngx_int_t move_chain_to_brigade(ngx_chain_t *chain, apr_bucket_brigade *bb,
|
||||
ngx_pool_t *pool, ngx_int_t last_buf);
|
||||
|
||||
ngx_int_t move_brigade_to_chain(apr_bucket_brigade *bb, ngx_chain_t **chain,
|
||||
ngx_pool_t *pool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user