diff options
author | Werner Koch <[email protected]> | 2016-01-19 15:25:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-01-19 15:25:31 +0000 |
commit | d96e76d15f61812b950b64a60bc47117785a9dac (patch) | |
tree | a97a5dade8222757c32b4d978596ed1f436e2253 /g10/main.h | |
parent | g10: Improve strings printed by tofu.c. (diff) | |
download | gnupg-d96e76d15f61812b950b64a60bc47117785a9dac.tar.gz gnupg-d96e76d15f61812b950b64a60bc47117785a9dac.zip |
gpg: Add function print_further_info.
* g10/misc.c (print_further_info): New.
Signed-off-by: Werner Koch <[email protected]>
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 503f262b9..ec2442661 100644 --- a/g10/main.h +++ b/g10/main.h @@ -90,6 +90,7 @@ void print_cipher_algo_note (cipher_algo_t algo); void print_digest_algo_note (digest_algo_t algo); void print_digest_rejected_note (enum gcry_md_algos algo); void print_reported_error (gpg_error_t err, gpg_err_code_t skip_if_ec); +void print_further_info (const char *format, ...) GPGRT_ATTR_PRINTF(1,2); void additional_weak_digest (const char* digestname); /*-- armor.c --*/ |