From 454cf699a5eef64ccdee7b2fa6bcef610136d823 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Oct 2006 01:38:59 +0000 Subject: More extern moving - keep extern decls in the headers makes for easier/better reuse. --- lib/libalpm/log.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libalpm/log.h') diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index bfdc15d7..da1d9966 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -23,6 +23,11 @@ #define LOG_STR_LEN 256 +typedef void (*alpm_cb_log)(unsigned short, char *); + +extern alpm_cb_log pm_logcb; +extern unsigned char pm_logmask; + void _alpm_log(unsigned char flag, char *fmt, ...); #endif /* _ALPM_LOG_H */ -- cgit v1.2.3-24-g4f1b