diff options
author | David Shaw <[email protected]> | 2004-09-13 12:31:25 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-09-13 12:31:25 +0000 |
commit | b7be7d59b1bdc4646072ee3e44c1b471e10a1e44 (patch) | |
tree | a74bd7a065061fcb8a0adc2e5d6737085d536d54 /g10/keylist.c | |
parent | * options.h, keylist.c (print_one_subpacket, print_subpackets_colon): (diff) | |
download | gnupg-b7be7d59b1bdc4646072ee3e44c1b471e10a1e44.tar.gz gnupg-b7be7d59b1bdc4646072ee3e44c1b471e10a1e44.zip |
* 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.
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 34c2920c6..ce66a1359 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -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; |