From: Vladimír Čunát Date: Fri, 14 Jun 2019 14:55:15 +0000 (+0200) Subject: fixup! lib/cache: make entry_h_consistent() generic X-Git-Tag: v4.1.0~8^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091164c0f9e0f7e145d30d790257aed67cde2bdc;p=thirdparty%2Fknot-resolver.git fixup! lib/cache: make entry_h_consistent() generic --- 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);