Modules - Removing uneeded prototypes
authorJohn Hodge <[email protected]>
Tue, 26 Feb 2013 05:51:12 +0000 (13:51 +0800)
committerJohn Hodge <[email protected]>
Tue, 26 Feb 2013 05:51:12 +0000 (13:51 +0800)
KernelLand/Modules/Filesystems/InitRD/initrd.h
KernelLand/Modules/Storage/FDD/fdd.c

index 1848613..3c739fd 100644 (file)
@@ -13,11 +13,6 @@ typedef struct sInitRD_File
 }      tInitRD_File;
 
 
-// === Functions ===
-//extern size_t        InitRD_ReadFile(tVFS_Node *Node, off_t Offset, size_t Size, void *Buffer);
-//extern int   InitRD_ReadDir(tVFS_Node *Node, int ID);
-//extern tVFS_Node     *InitRD_FindDir(tVFS_Node *Node, const char *Name);
-
 // === Globals ===
 tVFS_NodeType  gInitRD_DirType;
 tVFS_NodeType  gInitRD_FileType;
index 9cf808d..90f9396 100644 (file)
@@ -290,7 +290,6 @@ char *FDD_ReadDir(tVFS_Node *UNUSED(Node), int Pos)
 }
 
 /**
- * \fn tVFS_Node *FDD_FindDir(tVFS_Node *Node, const char *filename);
  * \brief Find File Routine (for vfs_node)
  */
 tVFS_Node *FDD_FindDir(tVFS_Node *UNUSED(Node), const char *Filename)

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