]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_ipc.cc
Merged from trunk
[thirdparty/squid.git] / src / tests / stub_ipc.cc
1 #include "config.h"
2 // because ipcCreate is defined in protos.h still
3 #include "protos.h"
4
5 pid_t
6 ipcCreate(int type, const char *prog, const char *const args[], const char *name, Ip::Address &local_addr, int *rfd, int *wfd, void **hIpc)
7 {
8 fatal("ipc.cc required.");
9 return -1;
10 }