]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/URL.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / URL.h
index e1300da253d6a771091d9cfa2b851f7f4b0f1213..11d0dac61ede14df7a1bb8b0ec07e2260401c915 100644 (file)
--- a/src/URL.h
+++ b/src/URL.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,6 @@
 #define SQUID_SRC_URL_H
 
 #include "anyp/UriScheme.h"
-#include "MemPool.h"
 #include "SBuf.h"
 
 /**
@@ -36,6 +35,9 @@ public:
     void userInfo(const SBuf &s) {userInfo_=s;}
     const SBuf &userInfo() const {return userInfo_;}
 
+    /// the static '*' pseudo-URL
+    static const SBuf &Asterisk();
+
 private:
     /**
      \par
@@ -82,3 +84,4 @@ char *urlHostname(const char *url);
 void urlExtMethodConfigure(void);
 
 #endif /* SQUID_SRC_URL_H_H */
+