comparison libpurple/protocols/novell/novell.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
3509 NULL, /* new_xfer */ 3509 NULL, /* new_xfer */
3510 NULL, /* offline_message */ 3510 NULL, /* offline_message */
3511 NULL, /* whiteboard_prpl_ops */ 3511 NULL, /* whiteboard_prpl_ops */
3512 NULL, /* send_raw */ 3512 NULL, /* send_raw */
3513 NULL, /* roomlist_room_serialize */ 3513 NULL, /* roomlist_room_serialize */
3514 3514 NULL, /* unregister_user */
3515 /* padding */ 3515 NULL, /* send_attention */
3516 NULL, 3516 NULL, /* get_attention_types */
3517 NULL, 3517 sizeof(PurplePluginProtocolInfo), /* struct_size */
3518 NULL, 3518 NULL /* initiate_media */
3519 sizeof(PurplePluginProtocolInfo)
3520 }; 3519 };
3521 3520
3522 static PurplePluginInfo info = { 3521 static PurplePluginInfo info = {
3523 PURPLE_PLUGIN_MAGIC, 3522 PURPLE_PLUGIN_MAGIC,
3524 PURPLE_MAJOR_VERSION, 3523 PURPLE_MAJOR_VERSION,