efs->leer_estadisticas = emufs_tipo1_leer_estadisticas;
efs->compactar = emufs_tipo1_compactar;
efs->modificar_registro = emufs_tipo1_modificar_registro;
- efs->obtener_claves_raw = emufs_tipo1_obtener_claves_raw;
efs->tam_reg = 0;
return EMUFS_OK;
}
efs->leer_estadisticas = emufs_tipo1_leer_estadisticas;
efs->compactar = emufs_tipo1_compactar;
efs->modificar_registro= emufs_tipo1_modificar_registro_plus;
+ efs->obtener_claver_raw= emufs_tipo1_obtener_claves_raw;
efs->tam_reg = 0;
return EMUFS_OK;
}