efi_loader: definition of GetNextVariableName()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 17:28:20 +0000 (18:28 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 17:38:02 +0000 (18:38 +0100)
commit7a4e717b9c0c255137a58f3ab90f002fc3aade2b
treed3cdc126a08f57744dea9275f5c44495adeddf61
parentcde162e76680c57e9756d937ff23c822249bc3af
efi_loader: definition of GetNextVariableName()

'vendor' is both an input and an output parameter. So it cannot be
constant.

Fixes: 0bda81bfdc5c ("efi_loader: use const efi_guid_t * for variable services")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_variable.c