[nvo] Expose nvo_applies()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-10-15 12:41:51 +01:00
parent 08a6ae86a2
commit 0fd29e15b5
2 changed files with 3 additions and 2 deletions

View File

@@ -192,8 +192,8 @@ static int nvo_save ( struct nvo_block *nvo ) {
* @v setting Setting
* @ret applies Setting applies within this settings block
*/
static int nvo_applies ( struct settings *settings __unused,
struct setting *setting ) {
int nvo_applies ( struct settings *settings __unused,
struct setting *setting ) {
return dhcpopt_applies ( setting->tag );
}