int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg);
-EMUFS_REG_ID emufs_tipo3_get_id(EMUFS *emu);
-
int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg);
+EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *);
+
#endif /* _EMUFS_TIPO3_H_ */