summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/keystore/keymgmt.h')
-rw-r--r--cmds/keystore/keymgmt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/keystore/keymgmt.h b/cmds/keystore/keymgmt.h
index 0e928db..116d7a3 100644
--- a/cmds/keystore/keymgmt.h
+++ b/cmds/keystore/keymgmt.h
@@ -72,7 +72,8 @@ int get_key(const char *namespace, const char *keyname,
unsigned char *data, int *size);
int remove_key(const char *namespace, const char *keyname);
int list_keys(const char *namespace, char reply[BUFFER_MAX]);
-int passwd(char *data);
+int new_passwd(char *password);
+int change_passwd(char *old_pass, char *new_pass);
int lock();
int unlock(char *passwd);
KEYSTORE_STATE get_state();