X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/0213eecd485623b3f5def829c4b16acaf4baad2e..ec7edba15ba5510149162d9998bc1b7146ca249d:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index da79dc4..c626fa0 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -118,7 +118,7 @@ int emufs_tipo2_get_regsize(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE *re int emufs_tipo2_dummyfill(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE amount); /** Método para modificar un registro */ -EMUFS_REG_ID emufs_tipo2_modificar_registro(EMUFS *efs, EMUFS_REG_ID id, void *data, EMUFS_REG_SIZE size, int *error); +EMUFS_REG_ID emufs_tipo2_modificar_registro(EMUFS *efs, CLAVE k, void *data, EMUFS_REG_SIZE size, int *error); /** Método para recolectar/obtener la estadisticas del archivo tipo 2 *