Cleaning up pcidump / fixed compile warning in InitRD
[tpg/acess2.git] / Modules / Filesystems / InitRD / initrd.h
index 8ae97ae..8ebabd3 100644 (file)
@@ -16,6 +16,6 @@ typedef struct sInitRD_File
 // === Functions ===
 extern Uint64  InitRD_ReadFile(tVFS_Node *Node, Uint64 Offset, Uint64 Size, void *Buffer);
 extern char    *InitRD_ReadDir(tVFS_Node *Node, int ID);
-extern tVFS_Node       *InitRD_FindDir(tVFS_Node *Node, char *Name);
+extern tVFS_Node       *InitRD_FindDir(tVFS_Node *Node, const char *Name);
 
 #endif

UCC git Repository :: git.ucc.asn.au