/*$Id: locking.h,v 1.8 2001/06/03 21:56:11 guenther Exp $*/
void
unlock P((char**const lockp));
int
lockit P((char*name,char**const lockp)),
lcllock P((const char*const noext,const char*const withext)),
xcreat Q((const char*const name,const mode_t mode,time_t*const tim,
const chownit));
#ifdef NOfcntl_lock
#ifndef USElockf
#ifndef USEflock
#define fdlock(fd) 0
#define fdunlock() 0
#endif
#endif
#endif
#ifndef fdlock
int
fdlock P((int fd)),
fdunlock P((void));
#endif
extern char*globlock;
syntax highlighted by Code2HTML, v. 0.9.1