diff options
Diffstat (limited to 'g10/main.h')
-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 064be9347..32ed0b3e8 100644 --- a/g10/main.h +++ b/g10/main.h @@ -48,7 +48,7 @@ extern int g10_errors_seen; void print_pubkey_algo_note( int algo ); void print_cipher_algo_note( int algo ); void print_digest_algo_note( int algo ); -void idea_cipher_warn(void); +void idea_cipher_warn( int show ); const char *get_temp_dir(void); /*-- armor.c --*/ |