1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00
irssi/src/irc/core/channel-events.h

10 lines
192 B
C
Raw Normal View History

2019-05-01 16:22:22 -04:00
#ifndef IRSSI_IRC_CORE_CHANNEL_EVENTS_H
#define IRSSI_IRC_CORE_CHANNEL_EVENTS_H
2018-08-11 13:49:26 -04:00
2019-05-01 10:33:47 -04:00
#include <irssi/src/irc/core/irc.h>
2018-08-11 13:49:26 -04:00
void channel_events_init(void);
void channel_events_deinit(void);
2018-08-11 13:49:26 -04:00
#endif