diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 74b6bf76d..3c2020ad1 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -466,3 +466,10 @@ void tofu_end_batch_update (void) { } + +gpg_error_t +mailing_list_reprotect (KBNODE kb) +{ + (void) kb; + return 0; +} |