comparison libpurple/protocols/jabber/caps.h @ 25190:3bec4f4db198

Remove the old if 0'd out caps code and reorder some functions.
author Paul Aurich <paul@darkrain42.org>
date Fri, 19 Dec 2008 04:18:42 +0000
parents 05693f6885a4
children 5ad14a53e266
comparison
equal deleted inserted replaced
25189:05693f6885a4 25190:3bec4f4db198
62 */ 62 */
63 void jabber_caps_client_info_unref(JabberCapsClientInfo *info); 63 void jabber_caps_client_info_unref(JabberCapsClientInfo *info);
64 JabberCapsClientInfo* jabber_caps_client_info_ref(JabberCapsClientInfo *info); 64 JabberCapsClientInfo* jabber_caps_client_info_ref(JabberCapsClientInfo *info);
65 65
66 66
67 #if 0
68 typedef struct _JabberCapsClientInfo JabberCapsValueExt;
69 #endif
70
71 typedef void (*jabber_caps_get_info_cb)(JabberCapsClientInfo *info, GList *exts, gpointer user_data); 67 typedef void (*jabber_caps_get_info_cb)(JabberCapsClientInfo *info, GList *exts, gpointer user_data);
72 68
73 void jabber_caps_init(void); 69 void jabber_caps_init(void);
74 void jabber_caps_uninit(void); 70 void jabber_caps_uninit(void);
75 71