comparison 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
comparison
equal deleted inserted replaced
17967:c9acdf96e74e 17968:a2298513db8b
212 void msim_send_zap(PurpleBlistNode *node, gpointer zap_num_ptr); 212 void msim_send_zap(PurpleBlistNode *node, gpointer zap_num_ptr);
213 GList *msim_blist_node_menu(PurpleBlistNode *node); 213 GList *msim_blist_node_menu(PurpleBlistNode *node);
214 214
215 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy); 215 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy);
216 216
217 /* TODO: move these three functions to message.c/h */
218 gchar *msim_unescape_or_escape(gchar *msg, gboolean escape);
219 gchar *msim_unescape(const gchar *msg);
220 gchar *msim_escape(const gchar *msg);
221 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new); 217 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new);
222 218
223 void print_hash_item(gpointer key, gpointer value, gpointer user_data); 219 void print_hash_item(gpointer key, gpointer value, gpointer user_data);
224 gboolean msim_send_raw(MsimSession *session, const gchar *msg); 220 gboolean msim_send_raw(MsimSession *session, const gchar *msg);
225 int msim_send_really_raw(PurpleConnection *gc, const char *buf,int total_bytes); 221 int msim_send_really_raw(PurpleConnection *gc, const char *buf,int total_bytes);