summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpboot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpboot.h b/httpboot.h
index 527a8560..2d8d1a1f 100644
--- a/httpboot.h
+++ b/httpboot.h
@@ -34,8 +34,8 @@
#ifndef _HTTPBOOT_H_
#define _HTTPBOOT_H_
-BOOLEAN find_httpboot (EFI_DEVICE_PATH *devpath);
-
-EFI_STATUS httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINT64 *buf_size);
+extern BOOLEAN find_httpboot(EFI_HANDLE device);
+extern EFI_STATUS httpboot_fetch_buffer(EFI_HANDLE image, VOID **buffer,
+ UINT64 *buf_size);
#endif