summaryrefslogtreecommitdiff
path: root/src/irc/core/channels-query.h
blob: 2498afb7fa2daca76569d91e009f7e4d9aeee85c (plain)
1
2
3
4
5
6
7
#ifndef __CHANNELS_QUERY
#define __CHANNELS_QUERY

void channels_query_init(void);
void channels_query_deinit(void);

#endif