repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Retry only for https protocol
[elinks.git]
/
src
/
viewer
/
timer.h
blob
ef623871c6dd5310ba992ea7d36e8a4bfd1bc93f
1
#ifndef EL__VIEWER_TIMER_H
2
#define EL__VIEWER_TIMER_H
3
4
struct
module
;
5
6
int
get_timer_duration
(
void
);
7
void
reset_timer
(
void
);
8
9
extern
struct
module timer_module
;
10
11
#endif