X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fcore%2Ffe-channels.h;fp=apps%2Firssi%2Fsrc%2Ffe-common%2Fcore%2Ffe-channels.h;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=e9a03a1273c029b7f55b70e2b01e01a0049c04fb;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/src/fe-common/core/fe-channels.h b/apps/irssi/src/fe-common/core/fe-channels.h deleted file mode 100644 index e9a03a12..00000000 --- a/apps/irssi/src/fe-common/core/fe-channels.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __FE_CHANNELS_H -#define __FE_CHANNELS_H - -#define CHANNEL_NICKLIST_FLAG_OPS 0x01 -#define CHANNEL_NICKLIST_FLAG_HALFOPS 0x02 -#define CHANNEL_NICKLIST_FLAG_VOICES 0x04 -#define CHANNEL_NICKLIST_FLAG_NORMAL 0x08 -#define CHANNEL_NICKLIST_FLAG_ALL 0x0f -#define CHANNEL_NICKLIST_FLAG_COUNT 0x10 - -void fe_channels_nicklist(CHANNEL_REC *channel, int flags); - -void fe_channels_init(void); -void fe_channels_deinit(void); - -#endif