diff options
| author | 2012-08-21 11:31:52 +0000 | |
|---|---|---|
| committer | 2012-08-21 11:31:52 +0000 | |
| commit | c435ee91f14b21ec908900a5ca8979a45be2deb0 (patch) | |
| tree | c14774a082d3a395da540459980b9ad870ffde52 /usr.sbin/nginx/src/misc/ngx_cpp_test_module.cpp | |
| parent | Missing "-q" in usage(). (diff) | |
| download | wireguard-openbsd-c435ee91f14b21ec908900a5ca8979a45be2deb0.tar.xz wireguard-openbsd-c435ee91f14b21ec908900a5ca8979a45be2deb0.zip | |
update to nginx-1.2.3
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) { |
