X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2Fhivex.pod;h=7e41d0c60c992c7dc0433613351e1f37f575333b;hb=a5ab005d8a0786540196efab43edf5c99a5287da;hp=0cc91af7337ba6f5ac0a6e3aebc40e527b258749;hpb=a170827089864754cd3e0c10862afa0c51e6c3d4;p=hivex.git diff --git a/hivex/hivex.pod b/hivex/hivex.pod index 0cc91af..7e41d0c 100644 --- a/hivex/hivex.pod +++ b/hivex/hivex.pod @@ -281,6 +281,11 @@ all, set the function pointer to NULL. 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); + /* If value_any callback is not NULL, then the other value_* + * callbacks are not used, and value_any is called on all values. + */ + 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); }; =over 4