mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
Fixed compilation with -Wmissing-prototypes.
This commit is contained in:
parent
7e72000482
commit
1efcca36cc
14 changed files with 75 additions and 8 deletions
|
|
@ -1448,12 +1448,16 @@ ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
}
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
char *
|
||||
ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
||||
{
|
||||
return "unsupported on this platform";
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
char *
|
||||
ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
#include <ngx_crypt.h>
|
||||
#include <ngx_md5.h>
|
||||
#if (NGX_HAVE_SHA1)
|
||||
#include <ngx_sha1.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue