summaryrefslogtreecommitdiffstats
path: root/src/core/null_sanboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/null_sanboot.c')
-rw-r--r--src/core/null_sanboot.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/null_sanboot.c b/src/core/null_sanboot.c
index 31a8a56b..42fb0682 100644
--- a/src/core/null_sanboot.c
+++ b/src/core/null_sanboot.c
@@ -26,8 +26,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <errno.h>
#include <ipxe/sanboot.h>
-static int null_san_hook ( struct uri *uri __unused,
- unsigned int drive __unused ) {
+static int null_san_hook ( unsigned int drive __unused,
+ struct uri **uris __unused,
+ unsigned int count __unused ) {
return -EOPNOTSUPP;
}