X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_ext.h;h=f5219c0a956f1f2644fb1d5b5c3a622e454e76c3;hb=7180d8e33801a3205012d27ea5ccb80f70695b5d;hp=53bcc054fd5bd820303667587218e158a22cdf43;hpb=414fb447e4ab5d4f8f456a8de2a16b77eeb1df90;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_ext.h b/Kernel/include/vfs_ext.h index 53bcc054..f5219c0a 100644 --- a/Kernel/include/vfs_ext.h +++ b/Kernel/include/vfs_ext.h @@ -42,5 +42,6 @@ extern char *VFS_GetTruePath(char *Path); extern int VFS_Mount(char *Device, char *MountPoint, char *Filesystem, char *Options); extern int VFS_MkDir(char *Path); extern int VFS_Symlink(char *Link, char *Dest); +extern int VFS_ReadDir(int FD, char *Dest); #endif