]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_time.cc
implemeted stub_time, more stubs in testConfigParser
[thirdparty/squid.git] / src / tests / stub_time.cc
1 #include "squid.h"
2 #include "SquidTime.h"
3
4 #define STUB_API "time.cc"
5 #include "STUB.h"
6
7 struct timeval current_time;
8 double current_dtime;
9 time_t squid_curtime = 0;
10
11 time_t getCurrentTime(void) STUB
12 int tvSubMsec(struct timeval, struct timeval) STUB
13