Add channel position.
[umurmur.git] / src / conf.h
index 62d755b97008c7b54140a1554d2981cf67691398..9cab3d149b56ae98fdcb201c4440f014c459f7b5 100644 (file)
@@ -62,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 {