]> git.sesse.net Git - plocate/blobdiff - db.h
Correct section of plocate-build manpage.
[plocate] / db.h
diff --git a/db.h b/db.h
index dfdc0d58a36d5f2a964b4442191a9b88a04303d5..ca8b3ea74ae513a16a6bb9ed42a4eccdd9ea40a0 100644 (file)
--- a/db.h
+++ b/db.h
@@ -8,6 +8,7 @@ struct Header {
        uint32_t version;  // 0.
        uint32_t hashtable_size;
        uint32_t extra_ht_slots;
+       uint32_t num_docids;
        uint64_t hash_table_offset_bytes;
        uint64_t filename_index_offset_bytes;
 };