Update and clean Tomato RAF files
[tomato.git] / release / src / router / nginx / src / os / unix / ngx_user.h
blob6e82204f4d156c9c581899bc36d9b2784fac5a6d
2 /*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Nginx, Inc.
5 */
8 #ifndef _NGX_USER_H_INCLUDED_
9 #define _NGX_USER_H_INCLUDED_
12 #include <ngx_config.h>
13 #include <ngx_core.h>
16 typedef uid_t ngx_uid_t;
17 typedef gid_t ngx_gid_t;
20 ngx_int_t ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt,
21 u_char **encrypted);
24 #endif /* _NGX_USER_H_INCLUDED_ */