summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/main.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocamlbuild/main.mli')
-rw-r--r--ocamlbuild/main.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/ocamlbuild/main.mli b/ocamlbuild/main.mli
new file mode 100644
index 000000000..a7a816ea7
--- /dev/null
+++ b/ocamlbuild/main.mli
@@ -0,0 +1,14 @@
+(***********************************************************************)
+(* 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 *)
+val main : unit -> unit