diff src/core/ngx_module.c @ 6429:3600bbfb43e3

Fixed compilation with -Wmissing-prototypes.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Mar 2016 19:23:23 +0300
parents ce946e0976dc
children
line wrap: on
line diff
--- a/src/core/ngx_module.c
+++ b/src/core/ngx_module.c
@@ -23,7 +23,7 @@ static ngx_uint_t  ngx_modules_n;
 
 
 ngx_int_t
-ngx_preinit_modules()
+ngx_preinit_modules(void)
 {
     ngx_uint_t  i;