X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/15bf403f66891d89987a3a429b83a632fca74c5b..c11646cc62f361d1bb7e9dd583f1ee9e11116082:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 5e9b547..43aad6a 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -68,4 +68,7 @@ EMUFS_REG_ID emufs_tipo3_modificar_registro(EMUFS *emu, EMUFS_REG_ID, void*, EMU EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *); +void* emufs_tipo3_leer_registro_raw(struct _emu_fs_t*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int *); + +void emufs_tipo3_compactar(EMUFS *emu); #endif /* _EMUFS_TIPO3_H_ */