X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e7e2badf7ebc4b6aeaf03366ad6fe6b919713d54..5b88d390025d7b91d0e0d2c6c63fef166b8d20f1:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 4d05c87..0476666 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -22,7 +22,7 @@ * Autores: Nicolás Dimov *---------------------------------------------------------------------------- * - * $Id: command.cpp 220 2003-11-19 23:10:40Z luca $ + * $Id$ * */ @@ -45,6 +45,7 @@ #include "emufs.h" #include "did.h" #include "idx.h" +#include "fsc.h" typedef struct block_free_t { @@ -67,8 +68,6 @@ int emufs_tipo3_grabar_bloque(EMUFS *, void *, int); int emufs_tipo3_get_id(EMUFS *); -int emufs_tipo3_existe_registro(EMUFS *, int); - int emufs_tipo3_buscar_registro(EMUFS *, int); int emufs_tipo3_buscar_lugar(EMUFS *, unsigned long , int *);