diff options
Diffstat (limited to '')
-rw-r--r-- | g10/gpgv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 9328343a1..8ca675289 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -507,9 +507,10 @@ dotlock_disable (void) } dotlock_t -dotlock_create (const char *file_to_lock) +dotlock_create (const char *file_to_lock, unsigned int flags) { (void)file_to_lock; + (void)flags; return NULL; } |