freebsd_iflib: Add a function declaration to nvlist.c.
Same reason as previous commit.
This commit is contained in:
@@ -1476,6 +1476,10 @@ nvlist_add_nvpair(nvlist_t *nvl, const nvpair_t *nvp)
|
|||||||
nvpair_insert(&nvl->nvl_head, newnvp, nvl);
|
nvpair_insert(&nvl->nvl_head, newnvp, nvl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
nvlist_add_stringv(nvlist_t *nvl, const char *name, const char *valuefmt,
|
||||||
|
va_list valueap);
|
||||||
|
|
||||||
void
|
void
|
||||||
nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...)
|
nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user