• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
1#ifndef _DATE_H_
2#define _DATE_H_
3
4#include <sys/time.h>
5
6int do_gettimeofday(void);
7void gettimeofday_cached(struct timeval *tv);
8int time_cached(void);
9
10#endif
11