diff options
author | Timo Schulz <[email protected]> | 2002-10-18 15:41:33 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2002-10-18 15:41:33 +0000 |
commit | aa853f1eb5c75f5c8f4b99a271a4c225887db7c8 (patch) | |
tree | d7c332e8739b86e42df01672d44a3071734956ac /g10/main.h | |
parent | Bumped version number for cvs version (diff) | |
download | gnupg-aa853f1eb5c75f5c8f4b99a271a4c225887db7c8.tar.gz gnupg-aa853f1eb5c75f5c8f4b99a271a4c225887db7c8.zip |
2002-10-18 Timo Schulz <[email protected]>
* keylist.c: (print_pubkey_info): New.
(print_seckey_info): New.
* main.h: Prototypes for the new functions.
* delkey.c (do_delete_key): Use it here.
* revoke.c (gen_desig_revoke): Ditto.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index f16355bc8..15e67dd41 100644 --- a/g10/main.h +++ b/g10/main.h @@ -198,6 +198,8 @@ void print_fingerprint (PKT_public_key *pk, PKT_secret_key *sk, int mode); void show_policy_url(PKT_signature *sig,int indent); void show_notation(PKT_signature *sig,int indent); void set_attrib_fd(int fd); +void print_seckey_info (PKT_secret_key *sk); +void print_pubkey_info (PKT_public_key *pk); /*-- verify.c --*/ void print_file_status( int status, const char *name, int what ); |