aboutsummaryrefslogtreecommitdiff
path: root/src/misc/ngx_cpp_test_module.cpp
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-07-24 15:09:54 +0000
committerRuslan Ermilov <ru@nginx.com>2012-07-24 15:09:54 +0000
commit1efcca36cc97faa42cfc48128b25c9e1ed748bbd (patch)
treeaa514d2c62978205f2d4216cd51aab049c11d700 /src/misc/ngx_cpp_test_module.cpp
parent7e72000482b439da9536907a67ccc34cdbb2afef (diff)
downloadnginx-1efcca36cc97faa42cfc48128b25c9e1ed748bbd.tar.gz
nginx-1efcca36cc97faa42cfc48128b25c9e1ed748bbd.zip
Fixed compilation with -Wmissing-prototypes.
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
-rw-r--r--src/misc/ngx_cpp_test_module.cpp2
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)
{