comparison libpurple/protocols/myspace/myspace.c @ 19714:43a8cd1f708c

Remove the *_USE_ATTENTION_API markers everywhere.
author Richard Laager <rlaager@wiktel.com>
date Mon, 10 Sep 2007 20:51:59 +0000
parents eabc8a32b1e4
children b2d213681176
comparison
equal deleted inserted replaced
19713:eabc8a32b1e4 19714:43a8cd1f708c
2923 msim_offline_message, /* offline_message */ 2923 msim_offline_message, /* offline_message */
2924 NULL, /* whiteboard_prpl_ops */ 2924 NULL, /* whiteboard_prpl_ops */
2925 msim_send_really_raw, /* send_raw */ 2925 msim_send_really_raw, /* send_raw */
2926 NULL, /* roomlist_room_serialize */ 2926 NULL, /* roomlist_room_serialize */
2927 NULL, /* unregister_user */ 2927 NULL, /* unregister_user */
2928 #ifdef MSIM_USE_ATTENTION_API
2929 msim_send_attention, /* send_attention */ 2928 msim_send_attention, /* send_attention */
2930 msim_attention_types, /* attention_types */ 2929 msim_attention_types, /* attention_types */
2931 #else
2932 NULL, /* _purple_reserved2 */
2933 NULL, /* _purple_reserved3 */
2934 #endif
2935 NULL /* _purple_reserved4 */ 2930 NULL /* _purple_reserved4 */
2936 }; 2931 };
2937 2932
2938 2933
2939 2934