diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 09:59:13 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 09:59:13 +0000 |
commit | 029ef64a7ab46187a3879bcad6f98f0ae9b16c05 (patch) | |
tree | 108d9f055fb7f9e91019a1045cdd848032a3d34b /otherlibs/labltk/support/timer.mli | |
parent | 8207892eb71e3f072602f7d222c037b76f70fed3 (diff) |
add cvs string
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2695 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/timer.mli')
-rw-r--r-- | otherlibs/labltk/support/timer.mli | 2 |
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 |