freebsd_iflib: Add a function declaration to nvlist.c.

Same reason as previous commit.
This commit is contained in:
Augustin Cavalier
2019-02-21 17:05:06 -05:00
parent 7b5d0b3510
commit 10fbcafdf9
+4
View File
@@ -1476,6 +1476,10 @@ nvlist_add_nvpair(nvlist_t *nvl, const nvpair_t *nvp)
nvpair_insert(&nvl->nvl_head, newnvp, nvl);
}
void
nvlist_add_stringv(nvlist_t *nvl, const char *name, const char *valuefmt,
va_list valueap);
void
nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...)
{