mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Some query changes. They should now work properly with /SAVEWINDOWS
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1043 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
21865aa8de
commit
c2ea82642d
7 changed files with 40 additions and 31 deletions
|
|
@ -18,7 +18,7 @@ void irc_queries_deinit(void);
|
|||
#define irc_query_find(server, name) \
|
||||
query_find(SERVER(server), name)
|
||||
|
||||
QUERY_REC *irc_query_create(IRC_SERVER_REC *server,
|
||||
QUERY_REC *irc_query_create(const char *server_tag,
|
||||
const char *nick, int automatic);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue