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>
Fri, 19 Feb 2010 14:54:29 +0000 (14:54 +0000)
commita5ab005d8a0786540196efab43edf5c99a5287da
tree0fa1793fe8241602c70d58aafcc26c3d368b99ce
parenta170827089864754cd3e0c10862afa0c51e6c3d4
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