extern int intAverage(const int, const int, int, const int);
extern double doubleAverage(const double, const double, int, const int);
-}; // namespace Math
+} // namespace Math
#endif /* _SQUID_SRC_SQUIDMATH_H */
extern authConfig TheConfig;
-}; // namespace Auth
+} // namespace Auth
#endif /* SQUID_AUTHCONFIG_H */
#define COMMIO_FD_READCB(fd) (&Comm::iocb_table[(fd)].readcb)
#define COMMIO_FD_WRITECB(fd) (&Comm::iocb_table[(fd)].writecb)
-}; // namespace Comm
+} // namespace Comm
#endif /* _SQUID_COMM_IOCALLBACK_H */
void setListen();
};
-}; // namespace Comm
+} // namespace Comm
#endif /* SQUID_LISTENERSTATEDATA_H */
// callback handler to process an FD which is available for writing.
extern PF HandleWrite;
-}; // namespace Comm
+} // namespace Comm
#endif /* _SQUID_COMM_IOWRITE_H */
extern void Init();
extern void Clean();
-}; // namespace Esi
+} // namespace Esi
#endif /* SQUID_ESI_MODULE_H */
extern EuiConfig TheConfig;
-}; // namespace Eui
+} // namespace Eui
#endif /* SQUID_EUI_CONFIG_H */
unsigned char eui[SZ_EUI48_BUF];
};
-}; // namespace Eui
+} // namespace Eui
#endif /* USE_SQUID_EUI */
#endif /* _SQUID_EUI_EUI48_H */
namespace Ip
{
class Address;
-};
+}
#if HAVE_CSTRING
#include <cstring>
unsigned char eui[SZ_EUI64_BUF];
};
-}; // namespace Eui
+} // namespace Eui
#endif /* USE_SQUID_EUI */
#endif /* _SQUID_EUI_EUI64_H */
extern void Init();
extern void Clean();
-}; // namespace Fs
+} // namespace Fs
#endif /* SQUID_FS_MODULE_H */
extern IdentConfig TheConfig;
-}; // namespace Ident
+} // namespace Ident
#endif /* USE_IDENT */
#endif /* SQUID_IDENT_CONFIG_H */
static void ClientAdd(IdentStateData * state, IDCB * callback, void *callback_data);
static void identCallback(IdentStateData * state, char *result);
-}; // namespace Ident
+} // namespace Ident
Ident::IdentConfig Ident::TheConfig;
Address_list *next;
};
-}; // namespace Ip
+} // namespace Ip
extern void parse_IpAddress_list_token(Ip::Address_list **, char *);
*/
extern Intercept Interceptor;
-}; // namespace Ip
+} // namespace Ip
#endif /* SQUID_IP_IPINTERCEPT_H */
storeAppendPrintf(e, "%s", temp); \
} while(0);
-}; // namespace Qos
+} // namespace Qos
-}; // namespace Ip
+} // namespace Ip
#if _USE_INLINE_
#include "Qos.cci"
/// Whether IPv6 is supported and type of support.
extern int EnableIpv6;
-}; // namespace Ip
+} // namespace Ip
#endif /* _SQUID_SRC_IP_TOOLS_H */
/// a collection of strand coordinates; the order, if any, is owner-dependent
typedef std::vector<StrandCoord> StrandCoords;
-}; // namespace Ipc
+} // namespace Ipc
#endif /* SQUID_IPC_STRAND_COORDS_H */
extern LogConfig TheConfig;
-}; // namespace Log
+} // namespace Log
#endif