]> git.ipfire.org Git - thirdparty/ldns.git/commit
ldns: fix the build in FreeBSD's base system 214/head
authorPierre Pronchery <pierre@freebsdfoundation.org>
Mon, 22 May 2023 22:30:13 +0000 (00:30 +0200)
committerPierre Pronchery <pierre@freebsdfoundation.org>
Mon, 22 May 2023 22:30:13 +0000 (00:30 +0200)
commit2779d15d1bdc59b2d25bc39fb532b205efd0e8d6
tree1ed7698f3703d88f98e3131af714f8c194d56e01
parent0ede9674350597f7114d6c02050d7a0c854e5544
ldns: fix the build in FreeBSD's base system

This adds a copy of the function prototypes for internal functions where
necessary.

It effectively works around the following compilation error:
error: no previous prototype for function [-Werror,-Wmissing-prototypes]

Tested on FreeBSD/amd64 (14.0-CURRENT).
dnssec_zone.c
edns.c
packet.c
rr.c
str2host.c
util.c