From 2e004237c52b6281514571714bf0ba0b23452846 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 18 Aug 2015 16:26:18 +0300 Subject: 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). --- src/http/modules/perl/nginx.xs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/http/modules') diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index ae8584502..6716620af 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -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: -- cgit