]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/icmp/Icmp4.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / icmp / Icmp4.h
index 6c45b92002bf92b50e9586ed4c34f35b8b02ff12..101d563f27ae1c81b878dedd2d5f4da6cfe339a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ICMPv4.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels, Amos Jeffries
@@ -36,7 +36,6 @@
 
 #include "config.h"
 #include "Icmp.h"
-#include "IPAddress.h"
 
 #if HAVE_NETINET_IN_SYSTM_H
 #include <netinet/in_systm.h>
@@ -171,7 +170,7 @@ public:
     virtual int Open();
 
 #if USE_ICMP
-    virtual void SendEcho(IPAddress &, int, const char*, int);
+    virtual void SendEcho(IpAddress &, int, const char*, int);
     virtual void Recv(void);
 #endif
 };