File: timer.h

package info (click to toggle)
elinks 0.11.1-1.2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 18,252 kB
  • ctags: 10,022
  • sloc: ansic: 86,165; sh: 4,285; perl: 1,005; makefile: 906; yacc: 295; pascal: 170; lisp: 125; awk: 65; ruby: 26; python: 10
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#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