Cast to (const char *) in strrchr calls
[elinks.git] / src / viewer / timer.h
blobef623871c6dd5310ba992ea7d36e8a4bfd1bc93f
1 #ifndef EL__VIEWER_TIMER_H
2 #define EL__VIEWER_TIMER_H
4 struct module;
6 int get_timer_duration(void);
7 void reset_timer(void);
9 extern struct module timer_module;
11 #endif