Add channel position.
[umurmur.git] / src / conf.h
index 8eb84e2e569ba5714a82158744cac38d5112407d..9cab3d149b56ae98fdcb201c4440f014c459f7b5 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 2009-2011, Martin Johansson <martin@fatbob.nu>
-   Copyright (C) 2005-2011, 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.
 
@@ -51,6 +51,10 @@ typedef enum param {
        ADMIN_PASSPHRASE,
        BAN_LENGTH,
        ALLOW_TEXTMESSAGE,
+       ENABLE_BAN,
+       BANFILE,
+       SYNC_BANFILE,
+       OPUS_THRESHOLD,
 } param_t;
 
 typedef struct {
@@ -58,7 +62,8 @@ typedef struct {
        const char *name;
        const char *description;
        const char *password;
-       bool_t noenter;
+       bool_t noenter, silent;
+       int position;
 } conf_channel_t;
 
 typedef struct {