diff options
Diffstat (limited to 'src/database/include/records.hpp')
| -rw-r--r-- | src/database/include/records.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/include/records.hpp b/src/database/include/records.hpp index e13c6568..09764ed0 100644 --- a/src/database/include/records.hpp +++ b/src/database/include/records.hpp @@ -52,6 +52,9 @@ auto EncodeHashKey(const uint64_t& hash) -> std::string; */ auto EncodeHashValue(TrackId id) -> std::string; +/* Encodes a hash key for the specified hash. */ +auto EncodeTagHashKey(const uint64_t& hash) -> std::string; + /* * Parses bytes previously encoded via EncodeHashValue back into a track id. May * return nullopt if parsing fails. |
