aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
new file mode 100644
index 0000000000..13265d1d83
--- /dev/null
+++ b/lib/system.mli
@@ -0,0 +1,10 @@
+
+(* $Id$ *)
+
+(*s Time stamps. *)
+
+type time_stamp
+
+val get_time_stamp : unit -> time_stamp
+val compare_time_stamps : time_stamp -> time_stamp -> int
+