From 88eaf4b49855a8069fce79296f2d271b6c6c654c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 6 Jun 2010 02:24:13 +0100 Subject: 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. --- set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'set.h') 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 -- cgit v1.2.3