From 091164c0f9e0f7e145d30d790257aed67cde2bdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 14 Jun 2019 16:55:15 +0200 Subject: [PATCH] fixup! lib/cache: make entry_h_consistent() generic --- lib/cache/impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cache/impl.h b/lib/cache/impl.h index 80478d466..43971a2c0 100644 --- a/lib/cache/impl.h +++ b/lib/cache/impl.h @@ -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); -- 2.47.2