Add channel position.
[umurmur.git] / src / conf.h
index d30ed416b1667741b4bd74cc036312acfd199f98..9cab3d149b56ae98fdcb201c4440f014c459f7b5 100644 (file)
@@ -55,7 +55,6 @@ typedef enum param {
        BANFILE,
        SYNC_BANFILE,
        OPUS_THRESHOLD,
-       SILENT_CHANNEL,
 } param_t;
 
 typedef struct {
@@ -64,6 +63,7 @@ typedef struct {
        const char *description;
        const char *password;
        bool_t noenter, silent;
+       int position;
 } conf_channel_t;
 
 typedef struct {