X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=4981eb1ed9f69e656b182f10ce13611488158b2e;hb=d19ceb226c242844467b2935c1e19b989b4315e8;hp=b1452abef976090c1ce661e4f0a5375d80c885bf;hpb=e7eca50046e9a69dac27c0bee832af0a3014e02c;p=libguestfs.git diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index b1452ab..4981eb1 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -211,3 +211,6 @@ val aug_save : t -> unit val aug_load : t -> unit (** load files into the tree *) +val aug_ls : t -> string -> string array +(** list Augeas nodes under a path *) +