summaryrefslogtreecommitdiff
path: root/src/core/queries.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-01 17:13:55 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-01 17:13:55 +0000
commitc2ea82642d6f948f8a8ad6a94483aabd795f64e5 (patch)
tree02af96e3ce741b0ea988e1770508a2bc37712977 /src/core/queries.h
parent21865aa8de9237b73adfbbf85513d13fc808e9dc (diff)
downloadirssi-c2ea82642d6f948f8a8ad6a94483aabd795f64e5.zip
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
Diffstat (limited to 'src/core/queries.h')
-rw-r--r--src/core/queries.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/queries.h b/src/core/queries.h
index 070099c2..7e5372be 100644
--- a/src/core/queries.h
+++ b/src/core/queries.h
@@ -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 */