summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index 63014bed..e18701eb 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -80,6 +80,7 @@ class IndexRecord {
auto track() const -> std::optional<TrackId>;
auto Expand(std::size_t) const -> std::optional<Continuation>;
+ auto ExpandHeader() const -> IndexKey::Header;
private:
IndexKey key_;