comparison libpurple/protocols/oscar/libaim.c @ 22117:651ab2001da2

Update some comments in oscar's prpl callback structs
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jan 2008 17:56:11 +0000
parents 3cc856ca2338
children 718a9c287839 f5bcb58bdf56
comparison
equal deleted inserted replaced
22114:1aeac7b2051f 22117:651ab2001da2
90 oscar_new_xfer, /* new_xfer */ 90 oscar_new_xfer, /* new_xfer */
91 oscar_offline_message, /* offline_message */ 91 oscar_offline_message, /* offline_message */
92 NULL, /* whiteboard_prpl_ops */ 92 NULL, /* whiteboard_prpl_ops */
93 NULL, /* send_raw */ 93 NULL, /* send_raw */
94 NULL, /* roomlist_room_serialize */ 94 NULL, /* roomlist_room_serialize */
95 NULL, /* unregister_user */
96 NULL, /* send_attention */
97 NULL, /* get_attention_types */
95 98
96 /* padding */ 99 /* padding */
97 NULL,
98 NULL,
99 NULL,
100 NULL 100 NULL
101 }; 101 };
102 102
103 static PurplePluginInfo info = 103 static PurplePluginInfo info =
104 { 104 {