From 5203ffb335095327793b3b2d6bdadfb657fda52a Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 22 Dec 1998 10:16:42 +0000 Subject: Mise au propre --- src/timer.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/timer.h') diff --git a/src/timer.h b/src/timer.h index 7aa425f..b36838c 100644 --- a/src/timer.h +++ b/src/timer.h @@ -1,9 +1,22 @@ +/* + * + * Ivy, C interface + * + * Copyright 1997-1998 + * Centre d'Etudes de la Navigation Aerienne + * + * Timers for select-based main loop + * + * $Id$ + * + */ + /* Module de gestion des timers autour d'un select */ typedef struct _timer *TimerId; typedef void (*TimerCb)( TimerId id , void *user_data, unsigned long delta ); -/* API le temp est en milli secondes */ +/* API le temps est en millisecondes */ #define TIMER_LOOP -1 /* timer en boucle infinie */ TimerId TimerRepeatAfter( int count, long time, TimerCb cb, void *user_data ); -- cgit v1.1