X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2Fhivex.h;h=fe5c128be983c68b7d154aa68d1d704e55453982;hb=286113fa0a7d3b33facc80f06fbc0154fdda43b4;hp=14bdcc5966cac93477bcac277824772a72e6109d;hpb=792c5283009ed6753239a14df9a6e9c71bea35fd;p=libguestfs.git 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