]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ProtoPort.h
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / ProtoPort.h
index aa8a3321f3c4b716090549cf3f0a6f86511d73f3..2afd5592ba20a59102ca2993f9a4c20c590b6ccc 100644 (file)
@@ -14,7 +14,7 @@ struct http_port_list {
 
     http_port_list *next;
 
-    IpAddress s;
+    Ip::Address s;
     char *protocol;            /* protocol name */
     char *name;                /* visible name */
     char *defaultsite;         /* default web site */