]> git.ipfire.org Git - thirdparty/unbound.git/commit
Make sldns_str2wire_svcparam_buf() static. 528/head
authorFlorian Obser <florian@narrans.de>
Mon, 16 Aug 2021 09:27:40 +0000 (11:27 +0200)
committerFlorian Obser <florian@narrans.de>
Mon, 16 Aug 2021 09:27:40 +0000 (11:27 +0200)
commit25b7eb3c7cb0498b113fa3372a2f2b077bdf93af
treedb04fdd937cdc0930fa5bd0c7c8cd2fecc81e83a
parent4034c009bb8fc78299996b0a23154653ede7c30a
Make sldns_str2wire_svcparam_buf() static.

The function is only used in this translation unit and prevents a "no
previous prototype" warning.
sldns/str2wire.c