diff options
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
-rw-r--r-- | src/misc/ngx_cpp_test_module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <string> +void ngx_cpp_test_handler(void *data); + void ngx_cpp_test_handler(void *data) { |