Changeset 88eaf4b for set.h


Ignore:
Timestamp:
2010-06-06T01:24:13Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
16834a5
Parents:
1f0224c
Message:

buddy_sendbuffer should be renamed, since it has to work for users and
chats. For smooth transitions, add an old_key attribute to settings
which can be used as a (temporary) alias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • set.h

    r1f0224c r88eaf4b  
    5454       
    5555        char *key;
     56        char *old_key;  /* Previously known as; for smooth upgrades. */
    5657        char *value;
    5758        char *def;      /* Default value. If the set_setstr() function
Note: See TracChangeset for help on using the changeset viewer.