diff options
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 |