From 1efcca36cc97faa42cfc48128b25c9e1ed748bbd Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:09:54 +0000 Subject: Fixed compilation with -Wmissing-prototypes. --- src/misc/ngx_cpp_test_module.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc') diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp index 8f87dcdad..3cbc0a811 100644 --- a/src/misc/ngx_cpp_test_module.cpp +++ b/src/misc/ngx_cpp_test_module.cpp @@ -20,6 +20,8 @@ extern "C" { // #include +void ngx_cpp_test_handler(void *data); + void ngx_cpp_test_handler(void *data) { -- cgit