diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 6f50759d5..f7ba387a8 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -505,3 +505,8 @@ void tofu_end_batch_update (void) { } + +int +agent_set_pinentry_mode (int pinentry_mode, int *old_mode) +{ +} |