aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_module.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2016-03-14 19:23:23 +0300
committerSergey Kandaurov <pluknet@nginx.com>2016-03-14 19:23:23 +0300
commitdb72c6be20138f9f87f53d935b3a45baca334902 (patch)
tree8d904fe08cc8e4b076070f33a1fbfec68076972b /src/core/ngx_module.h
parent573ec98d2425bf5edc22d8e5e7edd17c6391d9b1 (diff)
downloadnginx-db72c6be20138f9f87f53d935b3a45baca334902.tar.gz
nginx-db72c6be20138f9f87f53d935b3a45baca334902.zip
Fixed compilation with -Wmissing-prototypes.
Diffstat (limited to 'src/core/ngx_module.h')
-rw-r--r--src/core/ngx_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_module.h b/src/core/ngx_module.h
index 3e74def29..e911cb49c 100644
--- a/src/core/ngx_module.h
+++ b/src/core/ngx_module.h
@@ -288,7 +288,7 @@ typedef struct {
} ngx_core_module_t;
-ngx_int_t ngx_preinit_modules();
+ngx_int_t ngx_preinit_modules(void);
ngx_int_t ngx_cycle_modules(ngx_cycle_t *cycle);
ngx_int_t ngx_init_modules(ngx_cycle_t *cycle);
ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type);