Implement Augeas.load API.
[ocaml-augeas.git] / augeas.mli
index bada127..64e8240 100644 (file)
@@ -90,3 +90,6 @@ val count_matches : t -> path -> int
 
 val save : t -> unit
   (** [save t] saves all pending changes to disk. *)
+
+val load : t -> unit
+  (** [load t] loads files into the tree. *)