extern FILE *debug_log;
-const size_t BuildPrefixInit();
+size_t BuildPrefixInit();
const char * SkipBuildPrefix(const char* path);
/* Debug stream */
return *this;
}
-const int
+int
HelperChildConfig::needNew() const
{
/* during the startup and reconfigure use our special amount... */
* \retval N < 0 Error. No more helpers may be started.
* \retval N N more helpers may be started immediately.
*/
- const int needNew() const;
+ int needNew() const;
void parseConfig();
/* values from squid.conf */
std::ostringstream (*Debug::CurrentDebug)(NULL);
-const size_t
+size_t
BuildPrefixInit()
{
// XXX: This must be kept in sync with the actual debug.cc location
return len;
}
-const int
+int
Ip::Address::ApplyMask(Ip::Address const &mask_addr)
{
uint32_t *p1 = (uint32_t*)(&m_SocketAddr.sin6_addr);
/** Apply a mask to the stored address.
\param mask Netmask format to be bit-mask-AND'd over the stored address.
*/
- const int ApplyMask(const Address &mask);
+ int ApplyMask(const Address &mask);
/** Apply a mask to the stored address.
* CIDR will be converted appropriate to map the stored content.
return *this;
}
-const int
+int
HelperChildConfig::needNew() const
{
/* during the startup and reconfigure use our special amount... */