From: W.C.A. Wijngaards Date: Thu, 4 Jan 2024 08:46:55 +0000 (+0100) Subject: - fast-reload, fix test link for fast_reload_printq_list_delete function. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce409c7e35743f629afd2c724957f33d26bce2b;p=thirdparty%2Funbound.git - fast-reload, fix test link for fast_reload_printq_list_delete function. --- diff --git a/testcode/testbound.c b/testcode/testbound.c index ec627cc8d..83a2fddac 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -615,3 +615,9 @@ void listen_desetup_locks(void) { /* nothing */ } + +void fast_reload_printq_list_delete( + struct fast_reload_printq* ATTR_UNUSED(list)) +{ + /* nothing */ +}