1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-10-02 18:26:19 -04:00
uemacs/lock.h

7 lines
133 B
C
Raw Normal View History

int lockchk( char *fname) ;
int lockrel( void) ;
int lock( char *fname) ;
int unlock( char *fname) ;
void lckerror( char *errstr) ;