aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-06-06 02:24:13 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-06-06 02:24:13 +0100
commit88eaf4b49855a8069fce79296f2d271b6c6c654c (patch)
treebf985b4c39cb0e5ba0b571016ecae938fcc90fe0 /set.h
parent1f0224cdfd238060810679b3d6ba1a2bc49e4493 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/set.h b/set.h
index 19ea73fb..5d03dc70 100644
--- a/set.h
+++ b/set.h
@@ -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