summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/timer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/timer.mli')
-rw-r--r--otherlibs/labltk/support/timer.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli
index 182a994d3..c1d4be43f 100644
--- a/otherlibs/labltk/support/timer.mli
+++ b/otherlibs/labltk/support/timer.mli
@@ -13,6 +13,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
type t
val add : ms:int -> callback:(unit -> unit) -> t