X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=trace_file.hpp;h=ddc36c0c8b49a616a0ff5307f40746395b1f7d63;hb=6dce37c812e3fd86171934b72ad8286a3302a571;hp=3afa7096553c97a2ee7281862e5eaa85db0590f8;hpb=3b090fa0927be94ec03d5178d9fe69d12332d5ed;p=apitrace diff --git a/trace_file.hpp b/trace_file.hpp index 3afa709..ddc36c0 100644 --- a/trace_file.hpp +++ b/trace_file.hpp @@ -14,6 +14,7 @@ public: }; public: static bool isZLibCompressed(const std::string &filename); + static bool isSnappyCompressed(const std::string &filename); public: File(const std::string &filename = std::string(), File::Mode mode = File::Read);