view src/lib/fdatasync-path.h @ 22955:812e5c961328

fts: Indexing virtual mailbox didn't always index the last mails
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 03 May 2018 18:33:00 +0300
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