value_info needs that change also.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2009-02-01 21:05:31 +00:00
parent 306fddc54a
commit 85298c49be
+6
View File
@@ -70,9 +70,15 @@ enum value_kind {
};
struct value_info {
#if __GNUC__ > 2
const
#endif
char *name;
uint32 value;
value_kind kind;
#if __GNUC__ > 2
const
#endif
char *usage;
uint32 extra_data;
uint32 _reserved[10];