mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 12:59:07 +08:00
Perl: prototyping behavior explicitly specified.
When prototyping behavior is not explicitly specified, xsubpp emits a message to stderr asking to do so (see ticket #608).
This commit is contained in:
parent
a0aea61b50
commit
2e004237c5
@ -98,6 +98,9 @@ ngx_http_perl_output(ngx_http_request_t *r, ngx_buf_t *b)
|
||||
MODULE = nginx PACKAGE = nginx
|
||||
|
||||
|
||||
PROTOTYPES: DISABLE
|
||||
|
||||
|
||||
void
|
||||
status(r, code)
|
||||
CODE:
|
||||
|
Loading…
Reference in New Issue
Block a user