diff libpurple/protocols/myspace/myspace.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 c9acdf96e74e
children 8983b8340fdc
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sun Jul 22 06:53:48 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun Jul 22 07:00:10 2007 +0000
@@ -214,10 +214,6 @@
 
 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy);
 
-/* TODO: move these three functions to message.c/h */
-gchar *msim_unescape_or_escape(gchar *msg, gboolean escape);
-gchar *msim_unescape(const gchar *msg);
-gchar *msim_escape(const gchar *msg);
 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new);
 
 void print_hash_item(gpointer key, gpointer value, gpointer user_data);