summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-06-07 21:42:26 +0200
committerDan McGee <dan@archlinux.org>2007-06-09 18:57:49 +0200
commitd317acaee8e9c20056a84ee0fc0089cc6610a412 (patch)
tree1078baa1f9d40c61aa92462d85c258eec2caa8ba /src/pacman/conf.h
parent430a19c604e474e90451e6421448a04abe348e6d (diff)
downloadpacman-d317acaee8e9c20056a84ee0fc0089cc6610a412.tar.gz
pacman-d317acaee8e9c20056a84ee0fc0089cc6610a412.tar.xz
Add a series of pm_printf functions to pacman frontend
Add pm_printf, pm_fprintf, and pm_vfprintf to the pacman frontend for use by debug printing and other output messages from pacman. These will be incorporated into the log callback functions in the next iteration of changes. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 8c55a2fc..49758418 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -33,6 +33,9 @@ typedef struct __config_t {
unsigned short upgrade;
unsigned short noconfirm;
unsigned short noprogressbar;
+ unsigned short logmask;
+
+ /* command line options */
unsigned short op_d_resolve;
unsigned short op_q_isfile;
unsigned short op_q_info;