]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_comm.cc
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / tests / stub_comm.cc
index 56a57ad7113a12bf818615729fb9ed02a40a6b02..132d5732de068288d06f17f9ac31db63ad034a1c 100644 (file)
@@ -133,7 +133,7 @@ commUnsetNonBlocking(int fd)
 /* bah, cheating on stub count */
 
 pid_t
-ipcCreate(int type, const char *prog, const char *const args[], const char *name, IpAddress &local_addr, int *rfd, int *wfd, void **hIpc)
+ipcCreate(int type, const char *prog, const char *const args[], const char *name, Ip::Address &local_addr, int *rfd, int *wfd, void **hIpc)
 {
     fatal ("Not implemented");
     return -1;