summaryrefslogtreecommitdiff
path: root/src/core/queries.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-17 19:44:22 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-17 19:44:22 +0000
commitbe6ba53fa47bc546279a2575523281845fe80da9 (patch)
tree2f08f6281cfbd38a1df2abe4fe69ccfd6f208f51 /src/core/queries.h
parent513e140bcebce617d6078a9532ab9976437c3ef6 (diff)
downloadirssi-be6ba53fa47bc546279a2575523281845fe80da9.zip
Config file: ircnets -> chatnets, added type = "chat protocol" to
chatnet config. Moved reading chatnets to core. Lots of other multiprotocol updates. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1237 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/queries.h')
-rw-r--r--src/core/queries.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/queries.h b/src/core/queries.h
index 7e5372be..77ef9c37 100644
--- a/src/core/queries.h
+++ b/src/core/queries.h
@@ -21,10 +21,6 @@ extern GSList *queries;
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, const char *server_tag,
- const char *nick, int automatic);
-
/* Find query by name, if `server' is NULL, search from all servers */
QUERY_REC *query_find(SERVER_REC *server, const char *nick);