Changed kernel magic combo prefix to Ctrl-Alt-...
[tpg/acess2.git] / Kernel / include / vfs.h
index 99250e1..32caf1b 100644 (file)
@@ -63,7 +63,7 @@ typedef struct sVFS_Node {
        
        //! Find an directory entry by name
        struct sVFS_Node        *(*FindDir)(struct sVFS_Node *Node, char *Name);
-       //! Read from a directory
+       //! Read from a directory - MUST return a heap address
        char    *(*ReadDir)(struct sVFS_Node *Node, int Pos);
        //! Create a node in a directory
         int    (*MkNod)(struct sVFS_Node *Node, char *Name, Uint Flags);

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