X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FInitRD%2Finitrd.h;h=8ebabd36b51fef44e28d0b872bba530f0456a0f2;hb=a54379686bef79c24e4a1e2337611f33d33c8b4b;hp=8ae97aec4f16bc037421e3871883b35091a06767;hpb=923a9dc473851ec2bb1c94021bbf139724e7e8a5;p=tpg%2Facess2.git diff --git a/Modules/Filesystems/InitRD/initrd.h b/Modules/Filesystems/InitRD/initrd.h index 8ae97aec..8ebabd36 100644 --- a/Modules/Filesystems/InitRD/initrd.h +++ b/Modules/Filesystems/InitRD/initrd.h @@ -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