Fixed compilation with -Wmissing-prototypes.

This commit is contained in:
Ruslan Ermilov 2012-07-24 15:09:54 +00:00
parent 7e72000482
commit 1efcca36cc
14 changed files with 75 additions and 8 deletions

View file

@ -20,6 +20,8 @@ extern "C" {
// #include <string>
void ngx_cpp_test_handler(void *data);
void
ngx_cpp_test_handler(void *data)
{