Added VFS_ReadDir and SYS_READDIR, Implemented basic directory listing in CLIShell
[tpg/acess2.git] / Kernel / include / vfs_ext.h
index 53bcc05..f5219c0 100644 (file)
@@ -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

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