Add silent channel option
[umurmur.git] / src / conf.h
index c9793eb79cde76db9ed95f54c808552f96672ca8..d30ed416b1667741b4bd74cc036312acfd199f98 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 2009-2012, Martin Johansson <martin@fatbob.nu>
-   Copyright (C) 2005-2012, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2009-2013, Martin Johansson <martin@fatbob.nu>
+   Copyright (C) 2005-2013, Thorvald Natvig <thorvald@natvig.com>
 
    All rights reserved.
 
@@ -55,6 +55,7 @@ typedef enum param {
        BANFILE,
        SYNC_BANFILE,
        OPUS_THRESHOLD,
+       SILENT_CHANNEL,
 } param_t;
 
 typedef struct {
@@ -62,7 +63,7 @@ typedef struct {
        const char *name;
        const char *description;
        const char *password;
-       bool_t noenter;
+       bool_t noenter, silent;
 } conf_channel_t;
 
 typedef struct {