irssi/src/fe-common/irc/fe-queries.h
2000-08-26 15:39:44 +00:00

7 lines
189 B
C

#ifndef __FE_QUERIES_H
#define __FE_QUERIES_H
/* Return query where to put the private message. */
QUERY_REC *privmsg_get_query(IRC_SERVER_REC *server, const char *nick, int own);
#endif