summaryrefslogtreecommitdiff
path: root/trust/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/index.c')
-rw-r--r--trust/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/index.c b/trust/index.c
index 4de65c9..4743397 100644
--- a/trust/index.c
+++ b/trust/index.c
@@ -313,7 +313,7 @@ index_notify (p11_index *index,
}
void
-p11_index_batch (p11_index *index)
+p11_index_load (p11_index *index)
{
return_if_fail (index != NULL);
@@ -351,7 +351,7 @@ p11_index_finish (p11_index *index)
}
bool
-p11_index_in_batch (p11_index *index)
+p11_index_loading (p11_index *index)
{
return_val_if_fail (index != NULL, false);
return index->changes ? true : false;