X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2Fhivex.h;h=f4ce83401aa90592f6929f05650d1bc0db9fdf99;hb=aef0d618b08dc9fb27fb3a729dd8926cff26ae0b;hp=6a3cb3a820f92fae2947bfde72f05e0227e7309e;hpb=e14d001fc929307cf017408856be6b753908ab43;p=libguestfs.git diff --git a/hivex/hivex.h b/hivex/hivex.h index 6a3cb3a..f4ce834 100644 --- a/hivex/hivex.h +++ b/hivex/hivex.h @@ -111,6 +111,8 @@ extern int hivex_visit (hive_h *h, const struct hivex_visitor *visitor, size_t l extern int hivex_visit_node (hive_h *h, hive_node_h node, const struct hivex_visitor *visitor, size_t len, void *opaque, int flags); extern int hivex_commit (hive_h *h, const char *filename, int flags); +extern hive_node_h hivex_node_add_child (hive_h *h, hive_node_h parent, const char *name); +extern int hivex_node_delete_child (hive_h *h, hive_node_h node); struct hive_set_value { char *key;