mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use a custom log handler for libassuan.
This commit is contained in:
parent
02566c5856
commit
37870234a1
22 changed files with 177 additions and 95 deletions
|
@ -65,6 +65,7 @@ enum jnlib_log_levels {
|
|||
JNLIB_LOG_DEBUG
|
||||
};
|
||||
void log_logv (int level, const char *fmt, va_list arg_ptr);
|
||||
void log_string (int level, const char *string);
|
||||
#endif /*JNLIB_NEED_LOG_LOGV*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue