comparison libpurple/plugins/simple.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 3cc856ca2338
comparison
equal deleted inserted replaced
16709:97b359b04999 16710:d638845509fd
48 NULL, /**< destroy */ 48 NULL, /**< destroy */
49 49
50 NULL, /**< ui_info */ 50 NULL, /**< ui_info */
51 NULL, /**< extra_info */ 51 NULL, /**< extra_info */
52 NULL, 52 NULL,
53 NULL,
54 /* Padding */
55 NULL,
56 NULL,
57 NULL,
53 NULL 58 NULL
54 }; 59 };
55 60
56 static void 61 static void
57 init_plugin(PurplePlugin *plugin) 62 init_plugin(PurplePlugin *plugin)