diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 07:43:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 07:43:06 +0000 |
commit | 1be7419d10a4c2226783f280af9e2aa7ff48b738 (patch) | |
tree | ab1c63ea9b9edb9c1eddcc93c5c572230694ce4e /src/os/unix/ngx_files.h | |
parent | a1e9bfbc859490e25f4fff07ddc5441c9a91abcc (diff) | |
download | nginx-1be7419d10a4c2226783f280af9e2aa7ff48b738.tar.gz nginx-1be7419d10a4c2226783f280af9e2aa7ff48b738.zip |
ngx_fs_bsize()
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r-- | src/os/unix/ngx_files.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 21e5ff45c..dcd14c35f 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -274,4 +274,7 @@ ngx_int_t ngx_directio_off(ngx_fd_t fd); #endif +size_t ngx_fs_bsize(u_char *name); + + #endif /* _NGX_FILES_H_INCLUDED_ */ |