]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! gc: handle the NS multi-entries much better
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 27 Jun 2019 14:44:35 +0000 (16:44 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 3 Jul 2019 13:30:25 +0000 (15:30 +0200)
lib/cache/impl.h

index 43971a2c01820aa054ffc17d9e618d6a15f9af88..c016c452d751a19805ae2035a43477392c9007a5 100644 (file)
@@ -237,7 +237,7 @@ int entry_h_splice(
        const struct kr_query *qry, struct kr_cache *cache, uint32_t timestamp);
 
 /** Parse an entry_apex into individual items.  @return error code. */
-int entry_list_parse(const knot_db_val_t val, entry_list_t list);
+KR_EXPORT int entry_list_parse(const knot_db_val_t val, entry_list_t list);
 
 static inline size_t to_even(size_t n)
 {