irssi/src/irc/core/channel-events.h

9 lines
192 B
C
Raw Normal View History

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