comparison libpurple/protocols/sametime/sametime.c @ 17097:928fc0ecd6b6

Another C99 struct falling.
author Richard Laager <rlaager@wiktel.com>
date Tue, 15 May 2007 00:24:29 +0000
parents 4b65a67d23b8
children 3e437e86bd6e ab6d2763b8d8
comparison
equal deleted inserted replaced
17096:25ef7db38f28 17097:928fc0ecd6b6
609 ; /* nothing for now */ 609 ; /* nothing for now */
610 } 610 }
611 611
612 612
613 static struct mwAwareListHandler mw_aware_list_handler = { 613 static struct mwAwareListHandler mw_aware_list_handler = {
614 .on_aware = mw_aware_list_on_aware, 614 mw_aware_list_on_aware,
615 .on_attrib = mw_aware_list_on_attrib, 615 mw_aware_list_on_attrib,
616 .clear = mw_aware_list_clear, 616 mw_aware_list_clear,
617 }; 617 };
618 618
619 619
620 /** Ensures that an Aware List is associated with the given group, and 620 /** Ensures that an Aware List is associated with the given group, and
621 returns that list. */ 621 returns that list. */