X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/f2297e8837d4f9c3a98f308cc02ed76df58c6cf1..681f9d807b6f486e251e49401abe40c09b7855c1:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index fb5d9f2..f3aad1e 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -58,6 +58,7 @@ #include #include #include +#include #include "emufs.h" /** Inicializa la estructura EMUFS* efs que recibe, asignando las funciones que permiten @@ -126,4 +127,12 @@ EMUFS_REG_ID emufs_tipo2_modificar_registro(EMUFS *efs, EMUFS_REG_ID id, void *d */ EMUFS_Estadisticas emufs_tipo2_leer_estadisticas(EMUFS *efs); +/** Método para recompactar un archivo tipo 2 + * + * \param efs Estructura que realiza el handling de archivos de cualquier tipo. + * \return \b int Indicador de exito de la opracion. + */ +int emufs_tipo2_recompactar(EMUFS *efs); +void emufs_tipo2_movedata(FILE * datfile,EMUFS_OFFSET *source, EMUFS_OFFSET *destination, EMUFS_BLOCK_SIZE mustmove_bytes); + #endif /* _EMUFS_TIPO2_H_ */