mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
18 lines
220 B
C
18 lines
220 B
C
/* pklock.h -- */
|
|
|
|
#ifndef _PKLOCK_H_
|
|
#define _PKLOCK_H_
|
|
|
|
#include "estruct.h"
|
|
|
|
#if (FILOCK && BSD) || SVR4
|
|
|
|
char *dolock( const char *fname) ;
|
|
char *undolock( const char *fname) ;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* end of pklock.h */
|