mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
13 lines
170 B
C
13 lines
170 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
|