comparison libpurple/protocols/myspace/myspace.h @ 17649:9cb771adbdea

Refactor msim_escape() & msim_unescape().
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 20 Jun 2007 03:28:05 +0000
parents 23f57d36cb65
children 333fe6ac1046
comparison
equal deleted inserted replaced
17648:23f57d36cb65 17649:9cb771adbdea
139 gboolean msim_load(PurplePlugin *plugin); 139 gboolean msim_load(PurplePlugin *plugin);
140 GList *msim_status_types(PurpleAccount *acct); 140 GList *msim_status_types(PurpleAccount *acct);
141 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy); 141 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy);
142 142
143 /* TODO: move these three functions to message.c/h */ 143 /* TODO: move these three functions to message.c/h */
144 gchar *msim_unescape_or_escape(gchar *msg, gboolean escape);
144 gchar *msim_unescape(const gchar *msg); 145 gchar *msim_unescape(const gchar *msg);
145 gchar *msim_escape(const gchar *msg); 146 gchar *msim_escape(const gchar *msg);
146 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new); 147 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new);
147 148
148 void print_hash_item(gpointer key, gpointer value, gpointer user_data); 149 void print_hash_item(gpointer key, gpointer value, gpointer user_data);