]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SBufStatsAction.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / SBufStatsAction.h
index 1bcd63fd3f75ea3525089688127a5617db54d610..c23104a68156fe3ec566cc0fca069ce5f59fec13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 #define SQUID_SBUFEXTRAS_H
 
 #include "mgr/Action.h"
-#include "SBuf.h"
+#include "sbuf/SBuf.h"
 #include "StatHist.h"
 
 class StoreEntry;
@@ -21,6 +21,7 @@ class SBufStatsAction: public Mgr::Action
 public:
     /// Mgr::ClassActionCreationHandler for Mgr::RegisterAction()
     static Pointer Create(const Mgr::CommandPointer &cmd);
+    static void RegisterWithCacheManager(void);
 
 protected:
     explicit SBufStatsAction(const Mgr::CommandPointer &cmd);
@@ -41,3 +42,4 @@ private:
 };
 
 #endif /* SQUID_SBUFSTATSACTION_H */
+