~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/viewer/timer.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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