X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/85944624925b27cb9076e6ba46fc50c3f6bdd2a5..e5f006cdf069c341253488880979653d7826af7f:/emufs/tipo1.c diff --git a/emufs/tipo1.c b/emufs/tipo1.c index 45b703c..313cf5c 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -121,6 +121,8 @@ int emufs_tipo4_inicializar(EMUFS* efs) efs->leer_registro_raw = emufs_tipo1_leer_registro_raw; 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; }