From 1be7419d10a4c2226783f280af9e2aa7ff48b738 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Mar 2009 07:43:06 +0000 Subject: ngx_fs_bsize() --- src/os/unix/ngx_files.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/os/unix/ngx_files.h') 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_ */ -- cgit v1.2.3