comparison src/core/ngx_module.h @ 6429:3600bbfb43e3

Fixed compilation with -Wmissing-prototypes.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Mar 2016 19:23:23 +0300
parents ff1e625ae55b
children 9eefb38f0005
comparison
equal deleted inserted replaced
6428:545b5e4d83b2 6429:3600bbfb43e3
286 void *(*create_conf)(ngx_cycle_t *cycle); 286 void *(*create_conf)(ngx_cycle_t *cycle);
287 char *(*init_conf)(ngx_cycle_t *cycle, void *conf); 287 char *(*init_conf)(ngx_cycle_t *cycle, void *conf);
288 } ngx_core_module_t; 288 } ngx_core_module_t;
289 289
290 290
291 ngx_int_t ngx_preinit_modules(); 291 ngx_int_t ngx_preinit_modules(void);
292 ngx_int_t ngx_cycle_modules(ngx_cycle_t *cycle); 292 ngx_int_t ngx_cycle_modules(ngx_cycle_t *cycle);
293 ngx_int_t ngx_init_modules(ngx_cycle_t *cycle); 293 ngx_int_t ngx_init_modules(ngx_cycle_t *cycle);
294 ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type); 294 ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type);
295 295
296 296