X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5df9bdcff11e0a64b9c05ca5294d6edf0a62603f..69c9a330bed7b04915ab1f1e7603150a7c90e0bc:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 7c85555..43aad6a 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -70,4 +70,5 @@ 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_ */