diff libpurple/protocols/irc/irc.h @ 20325:4ff4e3aeab27

applied changes from 6c08c628ee64e16c824829c25befc0ca09338f9d through 6b57335241f2c9a501643280407bdc3374100dee
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Oct 2007 17:59:00 +0000
parents 44b4e8bd759b
children 6b42bed44324
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.h	Fri Oct 19 17:58:04 2007 +0000
+++ b/libpurple/protocols/irc/irc.h	Fri Oct 19 17:59:00 2007 +0000
@@ -99,6 +99,8 @@
 int irc_send(struct irc_conn *irc, const char *buf);
 gboolean irc_blist_timeout(struct irc_conn *irc);
 
+char *irc_escape_privmsg(const char *text, gssize length);
+
 char *irc_mirc2html(const char *string);
 char *irc_mirc2txt(const char *string);