diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-06 02:24:13 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-06 02:24:13 +0100 |
commit | 88eaf4b49855a8069fce79296f2d271b6c6c654c (patch) | |
tree | bf985b4c39cb0e5ba0b571016ecae938fcc90fe0 /set.h | |
parent | 1f0224cdfd238060810679b3d6ba1a2bc49e4493 (diff) |
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.
Diffstat (limited to 'set.h')
-rw-r--r-- | set.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ typedef struct set object this settings belongs to. */ char *key; + char *old_key; /* Previously known as; for smooth upgrades. */ char *value; char *def; /* Default value. If the set_setstr() function notices a new value is exactly the same as |