comparison pidgin/plugins/gevolution/gevolution.c @ 16721:89bbced1589f

Add padding to structs to fix compiler warnings
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 30 Apr 2007 18:03:57 +0000
parents 32c366eeeb99
children 4e4007a7d92e 4ca97b26a8fb
comparison
equal deleted inserted replaced
16720:dc6903cc63b3 16721:89bbced1589f
501 } 501 }
502 502
503 static PidginPluginUiInfo ui_info = 503 static PidginPluginUiInfo ui_info =
504 { 504 {
505 get_config_frame, /**< get_config_frame */ 505 get_config_frame, /**< get_config_frame */
506 0 /**< page_num */ 506 0, /**< page_num */
507 /* Padding */
508 NULL,
509 NULL,
510 NULL,
511 NULL
507 }; 512 };
508 513
509 static PurplePluginInfo info = 514 static PurplePluginInfo info =
510 { 515 {
511 PURPLE_PLUGIN_MAGIC, 516 PURPLE_PLUGIN_MAGIC,
531 plugin_unload, /**< unload */ 536 plugin_unload, /**< unload */
532 plugin_destroy, /**< destroy */ 537 plugin_destroy, /**< destroy */
533 538
534 &ui_info, /**< ui_info */ 539 &ui_info, /**< ui_info */
535 NULL, /**< extra_info */ 540 NULL, /**< extra_info */
541 NULL,
542 NULL,
543
544 /* Padding */
545 NULL,
546 NULL,
536 NULL, 547 NULL,
537 NULL 548 NULL
538 }; 549 };
539 550
540 static void 551 static void