1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00
irssi/src/fe-common/core/fe-channels.h
Timo Sirainen 3927ef9713 /HELP, /NAMES: using now the column helper function in misc.c. /NAMES
moved to core and is printed immediately instead of sending /NAMES
request to server.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1162 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-01-28 15:46:00 +00:00

10 lines
167 B
C

#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