X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FInitRD%2Finitrd.h;h=92af1144a19d086591844966011b52a43b0c1348;hb=880dd63bfcba522dab0a75cc63fdec1d04ff8c89;hp=479a841828e4b1bcc2f81b73dfd079662794ed33;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/InitRD/initrd.h b/KernelLand/Modules/Filesystems/InitRD/initrd.h index 479a8418..92af1144 100644 --- a/KernelLand/Modules/Filesystems/InitRD/initrd.h +++ b/KernelLand/Modules/Filesystems/InitRD/initrd.h @@ -14,7 +14,7 @@ typedef struct sInitRD_File // === Functions === -extern Uint64 InitRD_ReadFile(tVFS_Node *Node, Uint64 Offset, Uint64 Size, void *Buffer); +extern size_t InitRD_ReadFile(tVFS_Node *Node, off_t Offset, size_t Size, void *Buffer); extern char *InitRD_ReadDir(tVFS_Node *Node, int ID); extern tVFS_Node *InitRD_FindDir(tVFS_Node *Node, const char *Name);