--------------------- PatchSet 2981 Date: 2006/05/06 10:45:05 Author: serassio Branch: ipc Tag: (none) Log: Fixed make check Members: src/tests/stub_comm.cc:1.1->1.1.16.1 Index: squid3/src/tests/stub_comm.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/tests/stub_comm.cc,v retrieving revision 1.1 retrieving revision 1.1.16.1 diff -u -r1.1 -r1.1.16.1 --- squid3/src/tests/stub_comm.cc 4 Jan 2005 03:13:41 -0000 1.1 +++ squid3/src/tests/stub_comm.cc 6 May 2006 10:45:05 -0000 1.1.16.1 @@ -1,5 +1,5 @@ /* - * $Id: stub_comm.cc,v 1.1 2005/01/04 03:13:41 squidadm Exp $ + * $Id: stub_comm.cc,v 1.1.16.1 2006/05/06 10:45:05 serassio Exp $ * * DEBUG: section 84 Helper process maintenance * AUTHOR: Robert Collins @@ -33,6 +33,7 @@ */ #include "squid.h" +#include "ipc.h" #include "comm.h" #include "fde.h" @@ -112,13 +113,15 @@ /* bah, cheating on stub count */ -int -ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd) +IPCResult +ipcCreate(int type, const char *prog, const char *const args[], const char *name) { fatal ("Not implemented"); return -1; } +IPCResult::IPCResult(int dummy) {} + void comm_init(void) {