From 4efc6056c55ca76558c0604c2688b431a3eddabb Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sun, 19 Aug 2012 23:02:43 +0200 Subject: [PATCH] Moved varyEvaluateMatch to client_side.h --- src/client_side.h | 3 +++ src/protos.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client_side.h b/src/client_side.h index 3ce723e1f0..8e0bb1cc56 100644 --- a/src/client_side.h +++ b/src/client_side.h @@ -413,4 +413,7 @@ void setLogUri(ClientHttpRequest * http, char const *uri, bool cleanUrl = false) const char *findTrailingHTTPVersion(const char *uriAndHTTPVersion, const char *end = NULL); +/* Vary support functions */ +extern int varyEvaluateMatch(StoreEntry * entry, HttpRequest * req); + #endif /* SQUID_CLIENTSIDE_H */ diff --git a/src/protos.h b/src/protos.h index 194e94597d..1263abfdad 100644 --- a/src/protos.h +++ b/src/protos.h @@ -528,8 +528,6 @@ SQUIDCEXTERN int gethostname(char *, int); class StatCounters; SQUIDCEXTERN StatCounters *snmpStatGet(int); - /* Vary support functions */ - SQUIDCEXTERN int varyEvaluateMatch(StoreEntry * entry, HttpRequest * req); /* CygWin & Windows NT Port */ /* win32.c */ -- 2.47.2