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

9 lines
147 B
C
Raw Normal View History

2018-08-11 10:49:26 -07:00
#ifndef __CHANNEL_EVENTS_H
#define __CHANNEL_EVENTS_H
#include "irc.h"
void channel_events_init(void);
void channel_events_deinit(void);
2018-08-11 10:49:26 -07:00
#endif