1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/fe-common/core/fe-channels.h

10 lines
167 B
C
Raw Normal View History

#ifndef __FE_CHANNELS_H
#define __FE_CHANNELS_H
void fe_channels_nicklist(CHANNEL_REC *channel);
void fe_channels_init(void);
void fe_channels_deinit(void);
#endif