Added aug-ls (generated code).
[libguestfs.git] / ocaml / guestfs.mli
index b1452ab..4981eb1 100644 (file)
@@ -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 *)
+