mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Enhanced delkey command and other stuff for gpgme
This commit is contained in:
parent
227d0f17de
commit
4ae64383cd
5 changed files with 61 additions and 10 deletions
|
@ -85,7 +85,7 @@ int check_key_signature2( KBNODE root, KBNODE node,
|
|||
int *is_selfsig, u32 *r_expiredate, int *r_expired );
|
||||
|
||||
/*-- delkey.c --*/
|
||||
int delete_key( const char *username, int secure );
|
||||
int delete_key( const char *username, int secret, int allow_both );
|
||||
|
||||
/*-- keyedit.c --*/
|
||||
void keyedit_menu( const char *username, STRLIST locusr, STRLIST cmds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue