Skip to content

Commit

Permalink
Merge pull request #314 from oliverschmidt/master
Browse files Browse the repository at this point in the history
Recent changes in telnetd make exporting of those two necessary.
  • Loading branch information
oliverschmidt committed Jul 30, 2013
2 parents ff2ecfd + ff5d6e0 commit c259e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/sys/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ struct timer {
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_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);


Expand Down

0 comments on commit c259e6a

Please sign in to comment.