Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / fe-common / core / fe-queries.h
1 #ifndef __FE_QUERIES_H
2 #define __FE_QUERIES_H
3
4 #include "queries.h"
5
6 /* Return query where to put the private message. */
7 QUERY_REC *privmsg_get_query(SERVER_REC *server, const char *nick,
8                              int own, int level);
9
10 void fe_queries_init(void);
11 void fe_queries_deinit(void);
12
13 #endif