libpurple/protocols/myspace/message.c

changeset 27599
6d7542e2528d
parent 25240
c8093ec246f0
child 30857
1a7e2da2ab01
equal deleted inserted replaced
27598:92eb3a61465b 27599:6d7542e2528d
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21 21
22 #include "internal.h" 22 #include "myspace.h"
23 #include "message.h" 23 #include "message.h"
24 #include "myspace.h"
25 24
26 static void msim_msg_debug_string_element(gpointer data, gpointer user_data); 25 static void msim_msg_debug_string_element(gpointer data, gpointer user_data);
27 26
28 /** 27 /**
29 * Escape codes and associated replacement text, used for protocol message 28 * Escape codes and associated replacement text, used for protocol message

mercurial