]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/icmp/IcmpSquid.h
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / icmp / IcmpSquid.h
index 108e0810876280dec5dae18b175192b430b4c51f..ac631eb0748a9b75602548638adcd212ed61d62e 100644 (file)
@@ -52,10 +52,10 @@ public:
     virtual int Open();
     virtual void Close();
 
-    void DomainPing(IpAddress &to, const char *domain);
+    void DomainPing(Ip::Address &to, const char *domain);
 
 #if USE_ICMP
-    virtual void SendEcho(IpAddress &to, int opcode, const char* payload=NULL, int len=0);
+    virtual void SendEcho(Ip::Address &to, int opcode, const char* payload=NULL, int len=0);
     virtual void Recv(void);
 #endif
 };