uemacs/pklock.h

12 lines
144 B
C
Raw Normal View History

2013-05-25 03:57:27 +00:00
#ifndef _PKLOCK_H_
#define _PKLOCK_H_
#if (FILOCK && BSD) || SVR4
char *dolock( char *fname) ;
char *undolock( char *fname) ;
2013-05-25 03:57:27 +00:00
#endif
#endif