aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-26 09:10:29 +0000
committerWerner Koch <[email protected]>2010-10-26 09:10:29 +0000
commit02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf (patch)
tree7b6fa659e8f77cb41b2c8ce3cf31634376c276e2 /common/logging.h
parentRemove cruft. (diff)
downloadgnupg-02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf.tar.gz
gnupg-02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf.zip
Re-implemented GPG's --passwd command and improved it.
Diffstat (limited to 'common/logging.h')
-rw-r--r--common/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/logging.h b/common/logging.h
index 3ee4db6ef..9493841ae 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -65,6 +65,7 @@ enum jnlib_log_levels {
JNLIB_LOG_BUG,
JNLIB_LOG_DEBUG
};
+void log_log (int level, const char *fmt, ...) JNLIB_GCC_A_PRINTF(2,3);
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*/