mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
Declare lz_enter_rr_into_zone() static, it's only used in this file.
Pointed out by clang with -Wmissing-prototypes
This commit is contained in:
parent
7fa2b19389
commit
1a81965748
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ local_zone_enter_rr(struct local_zone* z, uint8_t* nm, size_t nmlen,
|
|||
}
|
||||
|
||||
/** enter data RR into auth zone */
|
||||
int
|
||||
static int
|
||||
lz_enter_rr_into_zone(struct local_zone* z, const char* rrstr)
|
||||
{
|
||||
uint8_t* nm;
|
||||
|
|
|
|||
Loading…
Reference in a new issue