File: date.h

package info (click to toggle)
conntrack-tools 1%3A1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,580 kB
  • sloc: ansic: 20,447; sh: 6,209; yacc: 1,480; makefile: 194; lex: 181; python: 176
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
#ifndef _DATE_H_
#define _DATE_H_

#include <sys/time.h>

int do_gettimeofday(void);
void gettimeofday_cached(struct timeval *tv);
int time_cached(void);

#endif