comparison libpurple/plugins/ciphertest.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 44b4e8bd759b
comparison
equal deleted inserted replaced
16709:97b359b04999 16710:d638845509fd
275 NULL, /**< destroy */ 275 NULL, /**< destroy */
276 276
277 NULL, /**< ui_info */ 277 NULL, /**< ui_info */
278 NULL, /**< extra_info */ 278 NULL, /**< extra_info */
279 NULL, 279 NULL,
280 NULL,
281 /* padding */
282 NULL,
283 NULL,
284 NULL,
280 NULL 285 NULL
281 }; 286 };
282 287
283 static void 288 static void
284 init_plugin(PurplePlugin *plugin) { 289 init_plugin(PurplePlugin *plugin) {