diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-11 13:34:11 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-11 13:34:11 +0100 |
commit | 37870234a195fb76f36284ac4bdb5dc172078724 (patch) | |
tree | f65b4c42925edb20ff4149a977d12a4d31d432a0 /common/asshelp.h | |
parent | Change logging to use estream. The makes logging to a socket also (diff) | |
download | gnupg2-37870234a195fb76f36284ac4bdb5dc172078724.tar.xz gnupg2-37870234a195fb76f36284ac4bdb5dc172078724.zip |
Use a custom log handler for libassuan.
Diffstat (limited to 'common/asshelp.h')
-rw-r--r-- | common/asshelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/asshelp.h b/common/asshelp.h index f7bc88bad..3c961fef8 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -25,6 +25,9 @@ #include "session-env.h" +void setup_libassuan_logging (unsigned int *debug_var_address); + + gpg_error_t send_pinentry_environment (assuan_context_t ctx, gpg_err_source_t errsource, |