mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
gpg: fix previous change
* g10/gpgv.c: Fix void dotlock_remove_lockfiles.
This commit is contained in:
parent
212a325d42
commit
f61d8fa5a7
@ -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…
x
Reference in New Issue
Block a user