comparison libpurple/protocols/myspace/myspace.h @ 19466:11c727b19201

Replace homegrown str_replace() with purple_strreplace(), after discovering it.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 27 Aug 2007 07:03:28 +0000
parents 105305518622
children f586bc904d71
comparison
equal deleted inserted replaced
19465:d9d9283680a4 19466:11c727b19201
191 const gchar *incoming_description; /**< Shown when sent. */ 191 const gchar *incoming_description; /**< Shown when sent. */
192 const gchar *outgoing_description; /**< Shown when received. */ 192 const gchar *outgoing_description; /**< Shown when received. */
193 }; 193 };
194 #endif 194 #endif
195 195
196 gchar *str_replace(const gchar *str, const gchar *old, const gchar *new);
197
198 /* Functions */ 196 /* Functions */
199 gboolean msim_load(PurplePlugin *plugin); 197 gboolean msim_load(PurplePlugin *plugin);
200 GList *msim_status_types(PurpleAccount *acct); 198 GList *msim_status_types(PurpleAccount *acct);
201 199
202 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy); 200 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy);