X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/94aef7aeac41c6c2bc364f9ce062cb4851a1ac7a..e837b354312b5c2e4fc355c8ca23b145e770d5c7:/emufs/tipo1.h diff --git a/emufs/tipo1.h b/emufs/tipo1.h index 7a7c21f..9297e86 100644 --- a/emufs/tipo1.h +++ b/emufs/tipo1.h @@ -64,4 +64,6 @@ EMUFS_Estadisticas emufs_tipo1_leer_estadisticas(EMUFS*); /** Método para compactar el archivo reorganizándolo físicamente */ void emufs_tipo1_compactar(EMUFS*); +void emufs_tipo1_leer_bloque_raw(EMUFS *efs, EMUFS_BLOCK_ID id, char **actual, char **anterior, char **siguiente, EMUFS_BLOCK_SIZE *size1, EMUFS_BLOCK_SIZE *size2, EMUFS_BLOCK_SIZE *size3); + #endif /* _EMUFS_TIPO1_H_ */