Use DLOG/ELOG-macros, provide --verbose-option

This commit is contained in:
Axel Wagner
2010-09-17 06:49:28 +02:00
parent ca1a295714
commit 920721bb93
8 changed files with 83 additions and 66 deletions

View File

@ -3,6 +3,7 @@
typedef struct config_t {
int hide_on_modifier;
int verbose;
} config_t;
config_t config;