summaryrefslogtreecommitdiffstats
path: root/src/core/nvo.c
diff options
context:
space:
mode:
authorMichael Brown2012-10-15 13:41:51 +0200
committerMichael Brown2012-10-15 19:32:16 +0200
commit0fd29e15b51b439f8b0714cbc20e114a9ae7e91a (patch)
tree49d237f98e0776a722e8e6cba7778d6754aeb7ef /src/core/nvo.c
parent[nvo] Expose non-volatile options block name (diff)
downloadipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.tar.gz
ipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.tar.xz
ipxe-0fd29e15b51b439f8b0714cbc20e114a9ae7e91a.zip
[nvo] Expose nvo_applies()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/nvo.c')
-rw-r--r--src/core/nvo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nvo.c b/src/core/nvo.c
index 11074e67..5383fe5c 100644
--- a/src/core/nvo.c
+++ b/src/core/nvo.c
@@ -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 );
}