mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[nvo] Expose nvo_applies()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user