Merged with Irssi 0.8.6.
[silc.git] / apps / irssi / src / fe-common / core / chat-completion.c
index f64dca65f8a242d439fff0ce7107bd87d505ac0b..803700de521465f49d22e08de10d20b48b77a15f 100644 (file)
@@ -299,7 +299,7 @@ static GList *convert_msglist(GSList *msglist)
 }
 
 /* Complete /MSG - if `find_server' is NULL, complete nicks from all servers */
-static GList *completion_msg(SERVER_REC *win_server,
+GList *completion_msg(SERVER_REC *win_server,
                             SERVER_REC *find_server,
                             const char *nick, const char *prefix)
 {