Cross Reference: fdatasync-path.h
xref
: /
dovecot
/
src
/
lib
/
fdatasync-path.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
FDATASYNC_PATH_H
#
define
FDATASYNC_PATH_H
/* Open and fdatasync() the path. Works for files and directories. */
int
fdatasync_path
(
const
char
*
path
);
#
endif