mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* util.h: Prototype destroy_dotlock(). From Werner on stable branch.
This commit is contained in:
parent
d0a1816d7f
commit
07288476ac
@ -1,3 +1,8 @@
|
|||||||
|
2004-09-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* util.h: Prototype destroy_dotlock(). From Werner on stable
|
||||||
|
branch.
|
||||||
|
|
||||||
2004-09-10 David Shaw <dshaw@jabberwocky.com>
|
2004-09-10 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* http.h: Add auth field for a parsed_uri to allow for basic auth.
|
* http.h: Add auth field for a parsed_uri to allow for basic auth.
|
||||||
|
@ -148,6 +148,7 @@ typedef struct dotlock_handle *DOTLOCK;
|
|||||||
|
|
||||||
void disable_dotlock(void);
|
void disable_dotlock(void);
|
||||||
DOTLOCK create_dotlock( const char *file_to_lock );
|
DOTLOCK create_dotlock( const char *file_to_lock );
|
||||||
|
void destroy_dotlock ( DOTLOCK h );
|
||||||
int make_dotlock( DOTLOCK h, long timeout );
|
int make_dotlock( DOTLOCK h, long timeout );
|
||||||
int release_dotlock( DOTLOCK h );
|
int release_dotlock( DOTLOCK h );
|
||||||
void remove_lockfiles (void);
|
void remove_lockfiles (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user