mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
7 lines
176 B
C
7 lines
176 B
C
|
|
#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);
|
||
|
|
|
||
|
|
#endif
|