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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c
index 4edea69c7..dfe6edb5a 100644
--- a/g10/test-stubs.c
+++ b/g10/test-stubs.c
@@ -446,3 +446,13 @@ tofu_policy_str (enum tofu_policy policy)
return "unknown";
}
+
+void
+tofu_begin_batch_update (void)
+{
+}
+
+void
+tofu_end_batch_update (void)
+{
+}