comparison src/misc/ngx_cpp_test_module.cpp @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 69ef10ad7011
children 1d693deab8ae
comparison
equal deleted inserted replaced
4758:1f908d2dde8d 4759:4c36e15651f7
18 18
19 // nginx header files should go before other, because they define 64-bit off_t 19 // nginx header files should go before other, because they define 64-bit off_t
20 // #include <string> 20 // #include <string>
21 21
22 22
23 void ngx_cpp_test_handler(void *data);
24
23 void 25 void
24 ngx_cpp_test_handler(void *data) 26 ngx_cpp_test_handler(void *data)
25 { 27 {
26 return; 28 return;
27 } 29 }