]> git.ipfire.org Git - thirdparty/unbound.git/commit
Declare lz_enter_rr_into_zone() static, it's only used in this file. 198/head
authorFlorian Obser <florian@narrans.de>
Fri, 20 Mar 2020 10:53:13 +0000 (11:53 +0100)
committerFlorian Obser <florian@narrans.de>
Fri, 20 Mar 2020 10:53:13 +0000 (11:53 +0100)
commit1a81965748d742259af7c87e77da080db3329449
treec6788a20a1a409fe43b5718311086488b7e73aef
parent7fa2b19389e27dd989fe629fa4a9145a3239d6d1
Declare lz_enter_rr_into_zone() static, it's only used in this file.
Pointed out by clang with -Wmissing-prototypes
services/localzone.c