diff options
Diffstat (limited to 'common/utils.h')
-rw-r--r-- | common/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h index d949a3e9..ee2dce08 100644 --- a/common/utils.h +++ b/common/utils.h @@ -313,6 +313,10 @@ void ParseRollbackKeyVersion(const std::string& raw_version, uint16_t* high_version, uint16_t* low_version); +// Returns the string format of the hashed |str_to_convert| that can be used +// with |Excluder| as the exclusion name. +std::string GetExclusionName(const std::string& str_to_convert); + } // namespace utils // Utility class to close a file descriptor |