hivex: Add value_any callback to the visitor.
authorRichard Jones <rjones@redhat.com>
Tue, 19 Jan 2010 10:06:00 +0000 (10:06 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 28 Jan 2010 11:25:30 +0000 (11:25 +0000)
The visitor currently contains lots of value_* callbacks, such as
value_string which is called back when the value has type string.

This is fine but it makes it complicated to deal with the case where
you just want to see 'a value', and don't care about its type.

The value_any callback allows visitors to see values generically.


No differences found