File: timer.h

package info (click to toggle)
hybserv 1.9.2-4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,848 kB
  • ctags: 1,854
  • sloc: ansic: 37,037; sh: 3,167; makefile: 337
file content (16 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * timer.h
 * Hybserv2 Services by Hybserv2 team
 *
 * $Id: timer.h 1140 2005-08-03 19:53:51Z kreator $
 */

#ifndef INCLUDED_timer_h
#define INCLUDED_timer_h

#include "stdinc.h"
#include "config.h"

void DoTimer(time_t);

#endif /* INCLUDED_timer_h */