mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: fix previous change
* g10/gpgv.c: Fix void dotlock_remove_lockfiles.
This commit is contained in:
parent
212a325d42
commit
f61d8fa5a7
1 changed files with 1 additions and 1 deletions
|
@ -437,4 +437,4 @@ dotlock_t dotlock_create (const char *file_to_lock, unsigned int flags)
|
|||
void dotlock_destroy (dotlock_t h, int reclaim) {}
|
||||
int dotlock_take (dotlock_t h, long timeout) { return 0;}
|
||||
int dotlock_release (dotlock_t h) {return 0;}
|
||||
void dotlock_remove_lockfiles (void, int reclaim) {}
|
||||
void dotlock_remove_lockfiles (int reclaim) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue