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

9 lines
166 B
C
Raw Normal View History

2018-08-11 10:49:26 -07:00
#ifndef __CHANNEL_EVENTS_H
#define __CHANNEL_EVENTS_H
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