mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
12 lines
169 B
C
12 lines
169 B
C
|
#ifndef EL__VIEWER_TIMER_H
|
||
|
#define EL__VIEWER_TIMER_H
|
||
|
|
||
|
struct module;
|
||
|
|
||
|
int get_timer_duration(void);
|
||
|
void reset_timer(void);
|
||
|
|
||
|
extern struct module timer_module;
|
||
|
|
||
|
#endif
|