1
0
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:
NIIBE Yutaka 2013-07-16 09:21:54 +09:00
parent 212a325d42
commit f61d8fa5a7

View File

@ -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) {}