1
0
Fork 0
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:
Werner Koch 2001-01-23 13:56:30 +00:00
parent 227d0f17de
commit 4ae64383cd
5 changed files with 61 additions and 10 deletions

View file

@ -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,