mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Recent changes in telnetd make exporting of those two necessary.
This commit is contained in:
parent
116c3f119b
commit
ff5d6e091d
@ -88,10 +88,10 @@ struct timer {
|
|||||||
clock_time_t interval;
|
clock_time_t interval;
|
||||||
};
|
};
|
||||||
|
|
||||||
void timer_set(struct timer *t, clock_time_t interval);
|
CCIF void timer_set(struct timer *t, clock_time_t interval);
|
||||||
void timer_reset(struct timer *t);
|
void timer_reset(struct timer *t);
|
||||||
void timer_restart(struct timer *t);
|
void timer_restart(struct timer *t);
|
||||||
int timer_expired(struct timer *t);
|
CCIF int timer_expired(struct timer *t);
|
||||||
clock_time_t timer_remaining(struct timer *t);
|
clock_time_t timer_remaining(struct timer *t);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user