summaryrefslogtreecommitdiff
path: root/tests/odb/backend/backend_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/backend/backend_helpers.h')
-rw-r--r--tests/odb/backend/backend_helpers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/odb/backend/backend_helpers.h b/tests/odb/backend/backend_helpers.h
index 5c393c0a5..32d7a8bf0 100644
--- a/tests/odb/backend/backend_helpers.h
+++ b/tests/odb/backend/backend_helpers.h
@@ -13,10 +13,12 @@ typedef struct {
int read_calls;
int read_header_calls;
int read_prefix_calls;
+ int refresh_calls;
const fake_object *objects;
} fake_backend;
int build_fake_backend(
git_odb_backend **out,
- const fake_object *objects);
+ const fake_object *objects,
+ bool support_refresh);