comparison libpurple/protocols/simple/simple.c @ 25560:750d700098c1

Fix the prplinfo structs and get rid of some compile warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 29 Dec 2007 16:54:15 +0000
parents 60f5abc6cf0c
children f5bcb58bdf56
comparison
equal deleted inserted replaced
25558:b20e24fcae47 25560:750d700098c1
2029 NULL, /* new_xfer */ 2029 NULL, /* new_xfer */
2030 NULL, /* offline_message */ 2030 NULL, /* offline_message */
2031 NULL, /* whiteboard_prpl_ops */ 2031 NULL, /* whiteboard_prpl_ops */
2032 simple_send_raw, /* send_raw */ 2032 simple_send_raw, /* send_raw */
2033 NULL, /* roomlist_room_serialize */ 2033 NULL, /* roomlist_room_serialize */
2034 2034 NULL, /* unregister_user */
2035 /* padding */ 2035 NULL, /* send_attention */
2036 NULL, 2036 NULL, /* get_attention_types */
2037 NULL, 2037 sizeof(PurplePluginProtocolInfo), /* struct_size */
2038 NULL, 2038 NULL /* initiate_media */
2039 sizeof(PurplePluginProtocolInfo)
2040 }; 2039 };
2041 2040
2042 2041
2043 static PurplePluginInfo info = 2042 static PurplePluginInfo info =
2044 { 2043 {