comparison finch/gntblist.c @ 17104:46f2f86e08e4

Death to more futuristic struct initialization. This should be the last.
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 06:54:15 +0000
parents 1a336cfc410e
children 0d9fba04fc85
comparison
equal deleted inserted replaced
17103:bf27ef68e81a 17104:46f2f86e08e4
445 blist_show, 445 blist_show,
446 node_update, 446 node_update,
447 node_remove, 447 node_remove,
448 NULL, 448 NULL,
449 NULL, 449 NULL,
450 .request_add_buddy = finch_request_add_buddy, 450 finch_request_add_buddy,
451 .request_add_chat = finch_request_add_chat, 451 finch_request_add_chat,
452 .request_add_group = finch_request_add_group 452 finch_request_add_group,
453 NULL,
454 NULL,
455 NULL,
456 NULL
453 }; 457 };
454 458
455 static gpointer 459 static gpointer
456 finch_blist_get_handle() 460 finch_blist_get_handle()
457 { 461 {