summaryrefslogtreecommitdiffstats
path: root/include/date.h
blob: 296b99698808dcdbd88cbce5b1170c26b788db39 (plain)
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