]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! lib/cache: make entry_h_consistent() generic
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 14 Jun 2019 14:55:15 +0000 (16:55 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 3 Jul 2019 13:30:23 +0000 (15:30 +0200)
lib/cache/impl.h

index 80478d466d14413d32b50898caeff717664b998d..43971a2c01820aa054ffc17d9e618d6a15f9af88 100644 (file)
@@ -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);