aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
authorfilliatr1999-09-10 14:00:56 +0000
committerfilliatr1999-09-10 14:00:56 +0000
commit2c6002d1fbf08ee68914227e3a4267cb38ff8b81 (patch)
tree83caeab0f53e7b4fc72ffb1637a0696f0231a2ed /lib/system.mli
parent540bd2b46fd848fbf6d1f8c2804580d3afed98a6 (diff)
modules System, Lib et States
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@71 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index 13265d1d83..b887f5eb51 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -1,6 +1,13 @@
(* $Id$ *)
+(*s Files and load path. *)
+
+val add_path : string -> unit
+val del_path : string -> unit
+
+val extern_intern : int -> string -> (string -> 'a -> unit) * (string -> 'a)
+
(*s Time stamps. *)
type time_stamp