From 02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Oct 2010 09:10:29 +0000 Subject: Re-implemented GPG's --passwd command and improved it. --- common/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/logging.h') 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*/ -- cgit v1.2.3