/******************************************************** * File: file.h * Created at Sun Jan 28 22:10:26 MSK 2001 by raorn // raorn@binec.ru * * $Id: file.h,v 1.3 2001/05/03 22:16:10 raorn Exp $ *******************************************************/ #ifndef SHARED_FILE_H #define SHARED_FILE_H bool Exists(uchar * file); bool Lock(uchar * basename, bool bylink, bool usepid); void Unlock(uchar * basename); #endif