comparison src/http/modules/perl/nginx.xs @ 6233:c6cc0b79a43d

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).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Aug 2015 16:26:18 +0300
parents 5f2a0739da19
children 1c5e5e5b008d
comparison
equal deleted inserted replaced
6232:5f2a0739da19 6233:c6cc0b79a43d
94 return ngx_http_output_filter(r, &out); 94 return ngx_http_output_filter(r, &out);
95 } 95 }
96 96
97 97
98 MODULE = nginx PACKAGE = nginx 98 MODULE = nginx PACKAGE = nginx
99
100
101 PROTOTYPES: DISABLE
99 102
100 103
101 void 104 void
102 status(r, code) 105 status(r, code)
103 CODE: 106 CODE: