1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/viewer/timer.h

20 lines
238 B
C
Raw Permalink Normal View History

#ifndef EL__VIEWER_TIMER_H
#define EL__VIEWER_TIMER_H
#ifdef __cplusplus
extern "C" {
#endif
struct module;
int get_timer_duration(void);
void reset_timer(void);
extern struct module timer_module;
#ifdef __cplusplus
}
#endif
#endif