X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=db.h;fp=db.h;h=dfdc0d58a36d5f2a964b4442191a9b88a04303d5;hb=94cd9258309ac4316632b0376cb92b04397e789f;hp=d4baf530096f0f640628b86b03623f6d168dfa24;hpb=15741411fbd21162f0ba06c55ddeadaf6efdd758;p=plocate diff --git a/db.h b/db.h index d4baf53..dfdc0d5 100644 --- a/db.h +++ b/db.h @@ -4,13 +4,13 @@ #include struct Header { - char magic[8]; // "\0plocate"; + char magic[8]; // "\0plocate"; uint32_t version; // 0. uint32_t hashtable_size; uint32_t extra_ht_slots; uint64_t hash_table_offset_bytes; uint64_t filename_index_offset_bytes; -}; +}; struct Trigram { uint32_t trgm;