mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Merge pull request #198 from fobser/missing_prototype
Declare lz_enter_rr_into_zone() static, it's only used in this file.
This commit is contained in:
commit
1d9108fdbc
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