diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 657a481ba..584c4c7f9 100644 --- a/g10/main.h +++ b/g10/main.h @@ -91,6 +91,10 @@ void idea_cipher_warn( int show ); #define idea_cipher_warn(a) #endif +void md5_digest_warn (int show); + +void not_in_gpg1_notice (void); + struct expando_args { PKT_public_key *pk; |