[USETUP] Improve the inicache module.
[reactos.git] / base / setup / usetup / inicache.h
index 3a26332..8e12103 100644 (file)
@@ -73,6 +73,13 @@ typedef enum
 
 /* FUNCTIONS ****************************************************************/
 
 
 /* FUNCTIONS ****************************************************************/
 
+NTSTATUS
+IniCacheLoadFromMemory(
+    PINICACHE *Cache,
+    PCHAR FileBuffer,
+    ULONG FileLength,
+    BOOLEAN String);
+
 NTSTATUS
 IniCacheLoad(
     PINICACHE *Cache,
 NTSTATUS
 IniCacheLoad(
     PINICACHE *Cache,