1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-09-25 06:55:54 -04:00
uemacs/pklock.h

12 lines
156 B
C
Raw Normal View History

2013-05-24 23:57:27 -04:00
#ifndef _PKLOCK_H_
#define _PKLOCK_H_
#if (FILOCK && BSD) || SVR4
char *dolock( const char *fname) ;
char *undolock( const char *fname) ;
2013-05-24 23:57:27 -04:00
#endif
#endif