INI configuration parser for XTLDR

This commit is contained in:
Jozef Nagy
2023-12-03 18:23:50 +01:00
parent a66456979a
commit cb7f4deb37
5 changed files with 133 additions and 0 deletions

View File

@@ -79,6 +79,11 @@ BlpStringFormat(IN BMPRINTCHAR PrintCharRoutine,
IN PUINT16 Format,
IN ...);
XTCDECL
XTSTATUS
BlConfigParseIniFile(IN PWCHAR FileContents,
OUT PLIST_ENTRY Sections);
XTCDECL
VOID
BlpConfigParseCommandLine(VOID);