X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fconf.h;h=9cab3d149b56ae98fdcb201c4440f014c459f7b5;hb=36601a5de5f90e16188deadd271b70595b4cc237;hp=d30ed416b1667741b4bd74cc036312acfd199f98;hpb=f4a9bf7bdc936fadb5a5856fd69a85d8b58e7e39;p=umurmur.git diff --git a/src/conf.h b/src/conf.h index d30ed41..9cab3d1 100644 --- a/src/conf.h +++ b/src/conf.h @@ -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 {