view src/lib/fdatasync-path.h @ 8590:b9faf4db2a9f HEAD

Updated copyright notices to include year 2009.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Jan 2009 09:25:38 -0500
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