]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_ipc.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / stub_ipc.cc
1 #include "squid.h"
2 // because ipcCreate is defined in protos.h still
3 #include "protos.h"
4
5 #define STUB_API "ipc.cc"
6 #include "tests/STUB.h"
7
8 pid_t ipcCreate(int, const char *, const char *const [], const char *, Ip::Address &, int *, int *, void **) STUB_RETVAL(-1)