mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 11:26:50 +00:00
Fixed compilation with -Wmissing-prototypes.
This commit is contained in:
parent
7e72000482
commit
1efcca36cc
14 changed files with 75 additions and 8 deletions
|
|
@ -20,6 +20,8 @@ extern "C" {
|
|||
// #include <string>
|
||||
|
||||
|
||||
void ngx_cpp_test_handler(void *data);
|
||||
|
||||
void
|
||||
ngx_cpp_test_handler(void *data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue