Changeset View
Changeset View
Standalone View
Standalone View
g10/call-agent.h
Context not available. | |||||
/* Delete a key from the agent. */ | /* Delete a key from the agent. */ | ||||
gpg_error_t agent_delete_key (ctrl_t ctrl, const char *hexkeygrip, | gpg_error_t agent_delete_key (ctrl_t ctrl, const char *hexkeygrip, | ||||
const char *desc, int force); | const char *desc, int force, int stubs_only); | ||||
/* Change the passphrase of a key. */ | /* Change the passphrase of a key. */ | ||||
gpg_error_t agent_passwd (ctrl_t ctrl, const char *hexkeygrip, const char *desc, | gpg_error_t agent_passwd (ctrl_t ctrl, const char *hexkeygrip, const char *desc, | ||||
Context not available. |