X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Ftime.h;h=8c86740b54feb0833c90928c7c2fd2a86132321e;hb=9689a6aa2bb0815ab95ea679d0d298acc4c5cd5b;hp=0e67511ad437651d23175e9071d9ee15bc0ad032;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;p=libucw.git diff --git a/ucw/time.h b/ucw/time.h index 0e67511a..8c86740b 100644 --- a/ucw/time.h +++ b/ucw/time.h @@ -53,7 +53,7 @@ extern struct cf_user_type timestamp_type; /* time-timer.c */ void init_timer(timestamp_t *timer); /** Initialize a timer. **/ -uns get_timer(timestamp_t *timer); /** Get the number of milliseconds since last init/get of a timer. **/ -uns switch_timer(timestamp_t *oldt, timestamp_t *newt); /** Stop ticking of one timer and resume another. **/ +uint get_timer(timestamp_t *timer); /** Get the number of milliseconds since last init/get of a timer. **/ +uint switch_timer(timestamp_t *oldt, timestamp_t *newt); /** Stop ticking of one timer and resume another. **/ #endif