mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
7 lines
189 B
C
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
|