comparison libpurple/plugins/signals-test.c @ 16710:d638845509fd

Add padding to structs as necessary to silence compiler warnings
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 30 Apr 2007 17:53:27 +0000
parents 32c366eeeb99
children cb91bb07eeff
comparison
equal deleted inserted replaced
16709:97b359b04999 16710:d638845509fd
695 NULL, /**< destroy */ 695 NULL, /**< destroy */
696 696
697 NULL, /**< ui_info */ 697 NULL, /**< ui_info */
698 NULL, /**< extra_info */ 698 NULL, /**< extra_info */
699 NULL, 699 NULL,
700 NULL,
701 /* Padding */
702 NULL,
703 NULL,
704 NULL,
700 NULL 705 NULL
701 }; 706 };
702 707
703 static void 708 static void
704 init_plugin(PurplePlugin *plugin) 709 init_plugin(PurplePlugin *plugin)