]> 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 5e9b5475aa27c8ae7da41aafc7aa73acd3cec9dc..43aad6aabbafcd958b377302a81576c33ea28730 100644 (file)
@@ -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_ */