[project @ 2005-01-25 17:06:39 by ross]
[haskell-directory.git] / include / lockFile.h
1 /*
2  * (c) The University of Glasgow 2001
3  *
4  * $Id: lockFile.h,v 1.2 2005/01/02 00:00:00 krasimir Exp $
5  *
6  * lockFile header
7  */
8
9 #ifndef mingw32_TARGET_OS
10
11 int lockFile(int fd, int for_writing, int exclusive);
12 int unlockFile(int fd);
13
14 #endif