]> code.delx.au - refind/blobdiff - refind/lib.h
New config file option: "also_scan_dirs".
[refind] / refind / lib.h
index 374fecb4360210238db4ddbc17131b0a3e7b3457..d888b989de14dd57980d18d7da730fc681e8e879 100644 (file)
@@ -73,6 +73,7 @@ EFI_STATUS InitRefitLib(IN EFI_HANDLE ImageHandle);
 VOID UninitRefitLib(VOID);
 EFI_STATUS ReinitRefitLib(VOID);
 
+VOID CleanUpPathNameSlashes(IN OUT CHAR16 *PathName);
 VOID CreateList(OUT VOID ***ListPtr, OUT UINTN *ElementCount, IN UINTN InitialElementCount);
 VOID AddListElement(IN OUT VOID ***ListPtr, IN OUT UINTN *ElementCount, IN VOID *NewElement);
 VOID FreeList(IN OUT VOID ***ListPtr, IN OUT UINTN *ElementCount /*, IN Callback*/);