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)
commita96877f75061ba35efa9fa5dde9fdcf7a1eeaf2a
treee7e47f2d6d2832c333182a40149445507ec2bd0d
parent5fe4d4718cf00876d8de20f4c297dc4ca69db1a4
hivex: Add value_any callback to the visitor.

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.
hivex/hivex.c
hivex/hivex.h
hivex/hivex.pod