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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h
index 7839cb9..133cf51 100644
--- a/src/daemon/settings_private.h
+++ b/src/daemon/settings_private.h
@@ -31,7 +31,7 @@ static const unsigned int flag_daemonize = 1 << 0; /* 1st bit */
static struct settings {
unsigned int flags;
unsigned short int port;
- int verbosity;
+ enum verbosity verboselevel;
} settings;
int test_flag(unsigned int flag);