mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-18 02:26:06 -05:00
12 lines
156 B
C
12 lines
156 B
C
#ifndef _PKLOCK_H_
|
|
#define _PKLOCK_H_
|
|
|
|
#if (FILOCK && BSD) || SVR4
|
|
|
|
char *dolock( const char *fname) ;
|
|
char *undolock( const char *fname) ;
|
|
|
|
#endif
|
|
|
|
#endif
|