6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
8 lines
91 B
C
8 lines
91 B
C
#ifndef _DIRLOCK_H
|
|
#define _DIRLOCK_H
|
|
|
|
int lockdir(char *);
|
|
void ulockdir(char *);
|
|
|
|
#endif
|