X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=augeas.ml;h=63379a2a200eba1e5f634534d7e7b3406ede92fb;hb=3ad8256f8c4340156860373043bb28babe005049;hp=e9dd26a6027b055dc6ed2883b5f1a9037b9dffe4;hpb=d34f7efe4e4fa9ee0a2a05ebad5ad73dbb390373;p=ocaml-augeas.git diff --git a/augeas.ml b/augeas.ml index e9dd26a..63379a2 100644 --- a/augeas.ml +++ b/augeas.ml @@ -82,8 +82,12 @@ external save : t -> unit = "ocaml_augeas_save" external load : t -> unit = "ocaml_augeas_load" +external mv : t -> path -> path -> unit + = "ocaml_augeas_mv" external set : t -> path -> value option -> unit = "ocaml_augeas_set" +external setm : t -> path -> string option -> value option -> int + = "ocaml_augeas_setm" external transform : t -> string -> string -> transform_mode -> unit = "ocaml_augeas_transform" external source : t -> path -> path option