summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/options.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocamlbuild/options.mli')
-rw-r--r--ocamlbuild/options.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/ocamlbuild/options.mli b/ocamlbuild/options.mli
new file mode 100644
index 000000000..0d94c5d0b
--- /dev/null
+++ b/ocamlbuild/options.mli
@@ -0,0 +1,18 @@
+(***********************************************************************)
+(* ocamlbuild *)
+(* *)
+(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *)
+(* *)
+(* Copyright 2007 Institut National de Recherche en Informatique et *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the Q Public License version 1.0. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+(* Original author: Nicolas Pouillard *)
+
+include Signatures.OPTIONS with type command_spec = Command.spec
+
+val entry : bool Slurp.entry option ref
+val init : unit -> unit