From c435ee91f14b21ec908900a5ca8979a45be2deb0 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 21 Aug 2012 11:31:52 +0000 Subject: update to nginx-1.2.3 --- usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp') 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 +void ngx_cpp_test_handler(void *data); + void ngx_cpp_test_handler(void *data) { -- cgit v1.2.3-59-g8ed1b