summaryrefslogtreecommitdiff
path: root/src/perl/common/Server.xs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-18 20:32:22 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-18 20:32:22 +0000
commitc2a1971cc3001793454c3175b2134b54375ddd82 (patch)
tree2de9639859b1bde4d7a227923d83a561da53f838 /src/perl/common/Server.xs
parentb0178d72487ee4d5838b53f489d155154a0a7f64 (diff)
downloadirssi-c2a1971cc3001793454c3175b2134b54375ddd82.zip
updates for latest changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1240 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/Server.xs')
-rw-r--r--src/perl/common/Server.xs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perl/common/Server.xs b/src/perl/common/Server.xs
index 7454aa8f..fc28710c 100644
--- a/src/perl/common/Server.xs
+++ b/src/perl/common/Server.xs
@@ -21,7 +21,8 @@ PPCODE:
}
Irssi::Connect
-server_create_conn(dest, port=6667, password=NULL, nick=NULL)
+server_create_conn(chat_type, dest, port=6667, password=NULL, nick=NULL)
+ int chat_type
char *dest
int port
char *password