diff options
Diffstat (limited to 'trust/index.h')
-rw-r--r-- | trust/index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/index.h b/trust/index.h index 2f44d0c..0072fee 100644 --- a/trust/index.h +++ b/trust/index.h @@ -74,11 +74,11 @@ void p11_index_free (p11_index *index); int p11_index_size (p11_index *index); -void p11_index_batch (p11_index *index); +void p11_index_load (p11_index *index); void p11_index_finish (p11_index *index); -bool p11_index_in_batch (p11_index *index); +bool p11_index_loading (p11_index *index); CK_RV p11_index_take (p11_index *index, CK_ATTRIBUTE *attrs, |