mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10/ does build again.
This commit is contained in:
parent
11544e7184
commit
fbe4ac37f6
52 changed files with 989 additions and 261 deletions
|
@ -26,6 +26,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 dotlock_remove_lockfiles (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue