1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-03 02:50:42 +00:00
uemacs/pklock.h

12 lines
144 B
C

#ifndef _PKLOCK_H_
#define _PKLOCK_H_
#if (FILOCK && BSD) || SVR4
char *dolock( char *fname) ;
char *undolock( char *fname) ;
#endif
#endif