X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=augeas.ml;h=a2d345d7a08a3b0c924ac6c01e275181ea7b39c7;hb=8e1cf339a7d6deae00e668da01ee2bce3031b6cc;hp=8d6ac6da1fd6f3a9b80628045957245d9f4fbbcf;hpb=2ccf1e5b2a7e4ba23fc2f81e1bcdcab56e8fb9f6;p=ocaml-augeas.git diff --git a/augeas.ml b/augeas.ml index 8d6ac6d..a2d345d 100644 --- a/augeas.ml +++ b/augeas.ml @@ -78,6 +78,8 @@ external set : t -> path -> value option -> unit = "ocaml_augeas_set" external transform : t -> string -> string -> transform_mode -> unit = "ocaml_augeas_transform" +external source : t -> path -> path option + = "ocaml_augeas_source" let () = Callback.register_exception "Augeas.Error" (Error (AugErrInternal, "", "", ""))