]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/eui/Eui48.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / eui / Eui48.cc
index b64cda26a9d76a95641429c5f9e8be99a8810709..b05f8c3fe3777d983fa4fd90f61096fa7188fbd7 100644 (file)
@@ -32,7 +32,7 @@
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#include "config.h"
+#include "squid.h"
 
 #if USE_SQUID_EUI
 
@@ -156,7 +156,7 @@ Eui::Eui48::encode(char *buf, const int len)
 
 // return binary representation of the EUI
 bool
-Eui::Eui48::lookup(Ip::Address &c)
+Eui::Eui48::lookup(const Ip::Address &c)
 {
     struct arpreq arpReq;
 #if !_SQUID_WINDOWS_