view src/lib/fdatasync-path.h @ 22713:cb108f786fb4

Updated copyright notices to include the year 2018.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 01 Jan 2018 22:42:08 +0100
parents d2b10facb504
children
line wrap: on
line source

#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