]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/DiskFile.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / DiskIO / DiskFile.h
index d619e4376cc7836205f1f49a058183f4b3033866..87c66e87285f5e223f983e45e6876ef1cd845e84 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_DISKFILE_H
 
 #include "base/RefCount.h"
-#include "typedefs.h"
+#include "SquidTime.h"
 
 class IORequestor;
 
@@ -39,7 +39,7 @@ public:
     typedef RefCount<DiskFile> Pointer;
 
     /// notes supported configuration options; kids must call this first
-    virtual void configure(const Config &cfg) {}
+    virtual void configure(const Config &) {}
 
     virtual void open(int flags, mode_t mode, RefCount<IORequestor> callback) = 0;
     virtual void create(int flags, mode_t mode, RefCount<IORequestor> callback) = 0;
@@ -59,3 +59,4 @@ public:
 };
 
 #endif /* SQUID_DISKFILE_H */
+