summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/log.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-09-29 00:07:46 +0200
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-11 06:45:30 +0200
commit5c2208294dc0b21a7aa40b9eb56f64f237c48efb (patch)
tree65dbd7259c3e98df592439493a2aae34306bff92 /lib/libalpm/log.h
parent1a2770afa84537b6f06d286f600172da8c31ea1f (diff)
downloadpacman-5c2208294dc0b21a7aa40b9eb56f64f237c48efb.tar.gz
pacman-5c2208294dc0b21a7aa40b9eb56f64f237c48efb.tar.xz
consolidate log functions in log.c
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'lib/libalpm/log.h')
-rw-r--r--lib/libalpm/log.h3
1 files changed, 3 insertions, 0 deletions
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: */