diff libpurple/protocols/myspace/message.h @ 17968:a2298513db8b

Move msim_escape() and msim_unescape() to message.c.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 22 Jul 2007 07:00:10 +0000
parents 6d1d86ab6a59
children acff371d7908
line wrap: on
line diff
--- a/libpurple/protocols/myspace/message.h	Sun Jul 22 06:53:48 2007 +0000
+++ b/libpurple/protocols/myspace/message.h	Sun Jul 22 07:00:10 2007 +0000
@@ -44,6 +44,9 @@
 #define MSIM_TYPE_DICTIONARY	'd'
 #define MSIM_TYPE_LIST			'l'
 
+gchar *msim_escape(const gchar *msg);
+gchar *msim_unescape(const gchar *msg);
+
 MsimMessage *msim_msg_new(gboolean not_empty, ...);
 /* No sentinel attribute, because can leave off varargs if not_empty is FALSE. */