1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* util.h: Prototype destroy_dotlock(). From Werner on stable branch.

This commit is contained in:
David Shaw 2004-09-30 14:27:34 +00:00
parent d0a1816d7f
commit 07288476ac
2 changed files with 6 additions and 0 deletions

View file

@ -148,6 +148,7 @@ typedef struct dotlock_handle *DOTLOCK;
void disable_dotlock(void);
DOTLOCK create_dotlock( const char *file_to_lock );
void destroy_dotlock ( DOTLOCK h );
int make_dotlock( DOTLOCK h, long timeout );
int release_dotlock( DOTLOCK h );
void remove_lockfiles (void);