uemacs/pklock.h

14 lines
240 B
C
Raw Permalink Normal View History

/* pklock.h -- */
2013-05-25 03:57:27 +00:00
#ifndef _PKLOCK_H_
#define _PKLOCK_H_
#include "defines.h" /* FILOCK, BSD, SVR4 */
2013-05-25 03:57:27 +00:00
#if (FILOCK && BSD) || SVR4
char *dolock( const char *fname) ;
char *undolock( const char *fname) ;
2013-05-25 03:57:27 +00:00
#endif
#endif
/* end of pklock.h */