summaryrefslogtreecommitdiffstats
path: root/src/daemon/settings_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/settings_private.h')
-rw-r--r--src/daemon/settings_private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h
index 388509a..3d713b3 100644
--- a/src/daemon/settings_private.h
+++ b/src/daemon/settings_private.h
@@ -22,12 +22,16 @@
#ifndef USURPATION_SETTINGS_PRIVATE_H
#define USURPATION_SETTINGS_PRIVATE_H
+#ifndef USURP_VERBOSITY
+ #define USURP_VERBOSITY ERR
+#endif
+
static const unsigned int flag_daemonize = 1 << 0; /* 1st bit */
-static const unsigned int flag_verbose = 1 << 1;
static struct settings {
unsigned int flags;
unsigned short int port;
+ enum verbosity verboselevel;
char *progname;
char *im_user;
char *im_password;