Changeset 5c9512f for conf.c


Ignore:
Timestamp:
2006-06-30T09:17:18Z (19 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0a3c243
Parents:
1719464
Message:

Made set.c API more generic so it's not specific to irc_t structures anymore,
but can be used for account_t structures too, for example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r1719464 r5c9512f  
    323323                if( g_strcasecmp( ini->section, "defaults" ) == 0 )
    324324                {
    325                         set_t *s = set_find( irc, ini->key );
     325                        set_t *s = set_find( &irc->set, ini->key );
    326326                       
    327327                        if( s )
Note: See TracChangeset for help on using the changeset viewer.