diff options
Diffstat (limited to 'usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp')
| -rw-r--r-- | usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp b/usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp index 8f87dcdad60..3cbc0a8111a 100644 --- a/usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp +++ b/usr.sbin/nginx/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) { |
