1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-02-20 23:17:13 -05:00
uemacs/pklock.h

12 lines
156 B
C
Raw Normal View History

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