aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-15 23:49:03 -0400
committerRob Austein <sra@hactrn.net>2016-05-15 23:49:03 -0400
commit19de5cd21bde4dcee12c40cd53d5592cbd91bc7b (patch)
tree94601108c51a3417a0bcea9c0955a55c34ab8db1 /hal_internal.h
parent0690aa3d48966a4b151a468fd3a0a65bb99de439 (diff)
Tweak keystore API to allow update-in-place, so hal_ks_rename() will work.
Diffstat (limited to 'hal_internal.h')
-rw-r--r--hal_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hal_internal.h b/hal_internal.h
index 4b572eb..253dc09 100644
--- a/hal_internal.h
+++ b/hal_internal.h
@@ -298,7 +298,8 @@ typedef struct {
extern const hal_ks_keydb_t *hal_ks_get_keydb(void);
extern hal_error_t hal_ks_set_keydb(const hal_ks_key_t * const key,
- const int loc);
+ const int loc,
+ const int updating);
extern hal_error_t hal_ks_del_keydb(const int loc);