aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-09-13 12:31:25 +0000
committerDavid Shaw <[email protected]>2004-09-13 12:31:25 +0000
commitb7be7d59b1bdc4646072ee3e44c1b471e10a1e44 (patch)
treea74bd7a065061fcb8a0adc2e5d6737085d536d54 /g10/main.h
parent* options.h, keylist.c (print_one_subpacket, print_subpackets_colon): (diff)
downloadgnupg-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/main.h')
-rw-r--r--g10/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h
index d65c43b48..d86931e8c 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -217,6 +217,7 @@ void release_revocation_reason_info( struct revocation_reason_info *reason );
/*-- keylist.c --*/
void public_key_list( STRLIST list );
void secret_key_list( STRLIST list );
+void print_subpackets_colon(PKT_signature *sig);
void reorder_keyblock (KBNODE keyblock);
void list_keyblock( KBNODE keyblock, int secret, int fpr, void *opaque );
void print_fingerprint (PKT_public_key *pk, PKT_secret_key *sk, int mode);