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
|
|
@ -22,7 +22,7 @@ void query_init(QUERY_REC *query, int automatic);
|
|||
void query_destroy(QUERY_REC *query);
|
||||
|
||||
/* Create a new query */
|
||||
QUERY_REC *query_create(int chat_type, SERVER_REC *server,
|
||||
QUERY_REC *query_create(int chat_type, const char *server_tag,
|
||||
const char *nick, int automatic);
|
||||
|
||||
/* Find query by name, if `server' is NULL, search from all servers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue