comparison src/os/unix/ngx_user.h @ 3264:ebcee0063cd8

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 12:41:56 +0000
parents b1648294f693
children 9c057d5e1c27
comparison
equal deleted inserted replaced
3263:00d436dbf826 3264:ebcee0063cd8
18 18
19 ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, 19 ngx_int_t ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt,
20 u_char **encrypted); 20 u_char **encrypted);
21 21
22 22
23
24 #endif /* _NGX_USER_H_INCLUDED_ */ 23 #endif /* _NGX_USER_H_INCLUDED_ */