1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* main.h, keylist.c (print_subpackets_colon): Make a public function.

* keyedit.c (print_and_check_one_sig_colon): New.  Print a with-colons
version of the sig record. (menu_delsig): Call it here for a with-colons
delsig.
This commit is contained in:
David Shaw 2004-09-13 12:31:25 +00:00
parent e7c94128b2
commit b7be7d59b1
4 changed files with 85 additions and 7 deletions

View file

@ -571,7 +571,7 @@ print_one_subpacket(sigsubpkttype_t type,size_t len,int flags,const byte *buf)
printf("\n");
}
static void
void
print_subpackets_colon(PKT_signature *sig)
{
byte *i;