Add Augeas.defnode
[ocaml-augeas.git] / augeas.ml
index 0101b91..e9dd26a 100644 (file)
--- a/augeas.ml
+++ b/augeas.ml
@@ -62,6 +62,8 @@ external create : string -> string option -> flag list -> t
   = "ocaml_augeas_create"
 external close : t -> unit
   = "ocaml_augeas_close"
+external defnode : t -> string -> string -> string option -> int * bool
+  = "ocaml_augeas_defnode"
 external defvar : t -> string -> string option -> int option
   = "ocaml_augeas_defvar"
 external get : t -> path -> value option