blob: a9cbaaaf5b0c5486b421c0a9eceedc9b28f5c331 (
plain)
1
2
3
4
5
6
7
|
#ifndef __FE_QUERY_H
#define __FE_QUERY_H
/* Return query where to put the private message. */
QUERY_REC *privmsg_get_query(IRC_SERVER_REC *server, const char *nick, int own);
#endif
|