Fix the declaration of find_httpboot() to match its implementation.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2017-10-23 12:20:56 -04:00 committed by Peter Jones
parent 8c42b9389f
commit 3832428e02

View File

@ -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