X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FInitRD%2Finitrd.h;h=8ebabd36b51fef44e28d0b872bba530f0456a0f2;hb=23711190d936735f4bd6bd5550d1c99be5358a69;hp=8ae97aec4f16bc037421e3871883b35091a06767;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;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