Implement AugNoStdinc, AugSaveNoop and AugNoLoad flags.
[ocaml-augeas.git] / augeas.mli
index 3fe1e87..bada127 100644 (file)
@@ -29,6 +29,9 @@ type flag =
   | AugSaveBackup                      (** Rename original with .augsave *)
   | AugSaveNewFile                     (** Save changes to .augnew *)
   | AugTypeCheck                       (** Type-check lenses *)
+  | AugNoStdinc
+  | AugSaveNoop
+  | AugNoLoad
   (** Flags passed to the {!create} function. *)
 
 type path = string