1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Remove lockfiles and other changes

This commit is contained in:
Werner Koch 2000-12-28 15:49:42 +00:00
parent d188c1c37f
commit 94c45b7ff3
8 changed files with 38 additions and 5 deletions

View file

@ -136,7 +136,7 @@ void disable_dotlock(void);
DOTLOCK create_dotlock( const char *file_to_lock );
int make_dotlock( DOTLOCK h, long timeout );
int release_dotlock( DOTLOCK h );
void remove_lockfiles (void);
/*-- fileutil.c --*/
char * make_basename(const char *filepath);