1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-07 12:40:42 +00:00
uemacs/pklock.h

14 lines
216 B
C
Raw Normal View History

/* pklock.h -- */
2013-05-25 03:57:27 +00:00
#ifndef _PKLOCK_H_
#define _PKLOCK_H_
#include "estruct.h"
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 */