Implement AugNoStdinc, AugSaveNoop and AugNoLoad flags.
[ocaml-augeas.git] / augeas.ml
index 40833b2..fa6c680 100644 (file)
--- a/augeas.ml
+++ b/augeas.ml
@@ -26,6 +26,9 @@ type flag =
   | AugSaveBackup
   | AugSaveNewFile
   | AugTypeCheck
+  | AugNoStdinc
+  | AugSaveNoop
+  | AugNoLoad
 
 type path = string