X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=augeas.mli;fp=augeas.mli;h=64e8240141c558f6d731da7d35917797fb1c6a1d;hb=3c2a975fdd1314729c6d7b591344ef1ac80c65a8;hp=bada127ed7959d19740f268720d6980175828876;hpb=4064f0ec2e3e65b9a611ff7a9721bd3977a010eb;p=ocaml-augeas.git diff --git a/augeas.mli b/augeas.mli index bada127..64e8240 100644 --- a/augeas.mli +++ b/augeas.mli @@ -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. *)