diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 02248a69f..4ffe3b5da 100644 --- a/g10/main.h +++ b/g10/main.h @@ -154,6 +154,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_fingerprint (PKT_public_key *pk, PKT_secret_key *sk, int mode); /*-- verify.c --*/ int verify_signatures( int nfiles, char **files ); |