diff options
author | Werner Koch <[email protected]> | 2003-10-02 10:20:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-10-02 10:20:12 +0000 |
commit | 99cabff03f3d27f7ac2a12b837b17a538be1fe1f (patch) | |
tree | 0a15a78faf6e50798ededc50e498bcbce28ae2bf /g10/main.h | |
parent | * g10.c (main): Add --no-groups to zero --group list. (diff) | |
download | gnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.tar.gz gnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.zip |
* cardglue.c (learn_status_cb): Release values before assignment
so that it can be used by getattr to update the structure.
(agent_scd_getattr): New.
* keylist.c (print_pubkey_info): Add FP arg for optional printing
to a stream. Changed all callers.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 4da7724eb..ca37b620f 100644 --- a/g10/main.h +++ b/g10/main.h @@ -217,7 +217,7 @@ void dump_attribs(const PKT_user_id *uid, PKT_public_key *pk,PKT_secret_key *sk); void set_attrib_fd(int fd); void print_seckey_info (PKT_secret_key *sk); -void print_pubkey_info (PKT_public_key *pk); +void print_pubkey_info (FILE *fp, PKT_public_key *pk); /*-- verify.c --*/ void print_file_status( int status, const char *name, int what ); |