comparison libpurple/protocols/myspace/message.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 6d1d86ab6a59
children acff371d7908
comparison
equal deleted inserted replaced
17967:c9acdf96e74e 17968:a2298513db8b
41 #define MSIM_TYPE_STRING 's' 41 #define MSIM_TYPE_STRING 's'
42 #define MSIM_TYPE_BINARY 'b' 42 #define MSIM_TYPE_BINARY 'b'
43 #define MSIM_TYPE_BOOLEAN 'f' 43 #define MSIM_TYPE_BOOLEAN 'f'
44 #define MSIM_TYPE_DICTIONARY 'd' 44 #define MSIM_TYPE_DICTIONARY 'd'
45 #define MSIM_TYPE_LIST 'l' 45 #define MSIM_TYPE_LIST 'l'
46
47 gchar *msim_escape(const gchar *msg);
48 gchar *msim_unescape(const gchar *msg);
46 49
47 MsimMessage *msim_msg_new(gboolean not_empty, ...); 50 MsimMessage *msim_msg_new(gboolean not_empty, ...);
48 /* No sentinel attribute, because can leave off varargs if not_empty is FALSE. */ 51 /* No sentinel attribute, because can leave off varargs if not_empty is FALSE. */
49 52
50 MsimMessage *msim_msg_clone(MsimMessage *old); 53 MsimMessage *msim_msg_clone(MsimMessage *old);