6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
150 B
C
10 lines
150 B
C
#ifndef _DIRLOCK_H
|
|
#define _DIRLOCK_H
|
|
|
|
/* $Id: dirlock.h,v 1.1 2005/09/12 13:47:09 mbse Exp $ */
|
|
|
|
int lockdir(char *);
|
|
void ulockdir(char *);
|
|
|
|
#endif
|