aboutsummaryrefslogtreecommitdiffstats
path: root/g10/test-stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r--g10/test-stubs.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c
index 8560f9d22..2dc65ab4d 100644
--- a/g10/test-stubs.c
+++ b/g10/test-stubs.c
@@ -517,3 +517,12 @@ tofu_end_batch_update (ctrl_t ctrl)
{
(void)ctrl;
}
+
+gpg_error_t
+tofu_notice_key_changed (ctrl_t ctrl, kbnode_t kb)
+{
+ (void) ctrl;
+ (void) kb;
+
+ return 0;
+}