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