]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3.h
Arreglo memory leak (god bless valgrind! :)
[z.facultad/75.06/emufs.git] / emufs / tipo3.h
index 7c8555556bf60c602f577b7206f021d0d90bd5ac..43aad6aabbafcd958b377302a81576c33ea28730 100644 (file)
@@ -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_ */