X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=hivex%2Fhivex.h;fp=hivex%2Fhivex.h;h=fe5c128be983c68b7d154aa68d1d704e55453982;hp=14bdcc5966cac93477bcac277824772a72e6109d;hb=a96877f75061ba35efa9fa5dde9fdcf7a1eeaf2a;hpb=5fe4d4718cf00876d8de20f4c297dc4ca69db1a4 diff --git a/hivex/hivex.h b/hivex/hivex.h index 14bdcc5..fe5c128 100644 --- a/hivex/hivex.h +++ b/hivex/hivex.h @@ -100,6 +100,7 @@ struct hivex_visitor { int (*value_binary) (hive_h *, void *opaque, hive_node_h, hive_value_h, hive_type t, size_t len, const char *key, const char *value); int (*value_none) (hive_h *, void *opaque, hive_node_h, hive_value_h, hive_type t, size_t len, const char *key, const char *value); int (*value_other) (hive_h *, void *opaque, hive_node_h, hive_value_h, hive_type t, size_t len, const char *key, const char *value); + int (*value_any) (hive_h *, void *opaque, hive_node_h, hive_value_h, hive_type t, size_t len, const char *key, const char *value); }; #define HIVEX_VISIT_SKIP_BAD 1