Skip to content
Snippets Groups Projects
Verified Commit 091164c0 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Petr Špaček
Browse files

fixup! lib/cache: make entry_h_consistent() generic

parent fb48ddb9
No related branches found
No related tags found
1 merge request!817cache garbage collector
......@@ -63,6 +63,7 @@ struct entry_apex;
/** Check basic consistency of entry_h for 'E' entries, not looking into ->data.
* (for is_packet the length of data is checked)
*/
KR_EXPORT
struct entry_h * entry_h_consistent_E(knot_db_val_t data, uint16_t type);
struct entry_apex * entry_apex_consistent(knot_db_val_t val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment