diff options
author | Werner Koch <wk@gnupg.org> | 2010-10-26 11:10:29 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-10-26 11:10:29 +0200 |
commit | 02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf (patch) | |
tree | 7b6fa659e8f77cb41b2c8ce3cf31634376c276e2 /g10/main.h | |
parent | Remove cruft. (diff) | |
download | gnupg2-02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf.tar.xz gnupg2-02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf.zip |
Re-implemented GPG's --passwd command and improved it.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 3804effd3..b8ef34020 100644 --- a/g10/main.h +++ b/g10/main.h @@ -224,7 +224,7 @@ int delete_keys( strlist_t names, int secret, int allow_both ); /*-- keyedit.c --*/ void keyedit_menu (ctrl_t ctrl, const char *username, strlist_t locusr, strlist_t commands, int quiet, int seckey_check ); -void keyedit_passwd (const char *username); +void keyedit_passwd (ctrl_t ctrl, const char *username); void show_basic_key_info (KBNODE keyblock); /*-- keygen.c --*/ |