From 08b869e8ee4f95385a643594cae0acfc38f743f9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 1 Jan 2001 17:34:03 +0000 Subject: ischannel()'s parameter updated from char -> char* as done in C API. [irc_]query_create()'s SERVER_REC* parameter -> char *server_tag git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1044 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/common/Query.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/perl/common/Query.xs') diff --git a/src/perl/common/Query.xs b/src/perl/common/Query.xs index 135c6877..3af0b8d0 100644 --- a/src/perl/common/Query.xs +++ b/src/perl/common/Query.xs @@ -28,9 +28,9 @@ PPCODE: } Irssi::Query -query_create(chat_type, server, nick, automatic) +query_create(chat_type, server_tag, nick, automatic) int chat_type - Irssi::Server server + char *server_tag char *nick int automatic -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0