ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/config.c
(Generate patch)

Comparing hopm/trunk/src/config.c (file contents):
Revision 5083 by michael, Mon Dec 22 19:42:14 2014 UTC vs.
Revision 5085 by michael, Mon Dec 22 20:08:17 2014 UTC

# Line 90 | Line 90 | void config_init()
90   {
91     /* Init IRC block */
92     IRCItem = MyMalloc(sizeof *IRCItem);
93   memset(IRCItem, 0, sizeof *IRCItem);
93     IRCItem->channels = list_create();
94     IRCItem->performs = list_create();
95  
96     /* Init Options block */
97     OptionsItem = MyMalloc(sizeof *OptionsItem);
99   memset(OptionsItem, 0, sizeof *OptionsItem);
98  
99     /* Init OPM block */
100     OpmItem = MyMalloc(sizeof *OpmItem);
103   memset(OpmItem, 0, sizeof *OpmItem);
101     OpmItem->blacklists = list_create();
102  
103     /* Init list of User blocks */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines