From 5c2208294dc0b21a7aa40b9eb56f64f237c48efb Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 28 Sep 2014 18:07:46 -0400 Subject: consolidate log functions in log.c Signed-off-by: Andrew Gregory --- lib/libalpm/log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/log.h') diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 6ec04561..4f4ee58f 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -27,6 +27,9 @@ void _alpm_log(alpm_handle_t *handle, alpm_loglevel_t flag, const char *fmt, ...) __attribute__((format(printf,3,4))); +int _alpm_logaction(alpm_handle_t *handle, const char *prefix, const char *fmt, va_list args) + __attribute__((format(printf, 3, 0))); + #endif /* ALPM_LOG_H */ /* vim: set noet: */ -- cgit v1.2.3-24-g4f1b