summaryrefslogtreecommitdiff
path: root/db/dbformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/dbformat.h')
-rw-r--r--db/dbformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/dbformat.h b/db/dbformat.h
index 7344cbf..d046990 100644
--- a/db/dbformat.h
+++ b/db/dbformat.h
@@ -149,6 +149,8 @@ class InternalKey {
}
void Clear() { rep_.clear(); }
+
+ std::string DebugString() const;
};
inline int InternalKeyComparator::Compare(