X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/644f5b4e0e4f92a88f1d9bd31272cac612cd480f..e5f006cdf069c341253488880979653d7826af7f:/emufs/tipo1.c diff --git a/emufs/tipo1.c b/emufs/tipo1.c index e986c59..313cf5c 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -122,6 +122,7 @@ int emufs_tipo4_inicializar(EMUFS* efs) 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; }