X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8bc5985288b46b993316b85bf2e13899c1a09292..f28c61dab51824a6ad5b5410bc5936a9b9e9eb5b:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index b141782..8283acd 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -46,6 +46,7 @@ #include "did.h" #include "idx.h" #include "fsc.h" +#include "b_plus.h" /** Devuelve un puntero con la memoria reservada que contiene al registro solicitado * por el segundo parámetro \c ID, y almacena en \c reg_size el tamaño del @@ -100,7 +101,7 @@ int emufs_tipo3_borrar_registro(EMUFS *emu, CLAVE k); * \param ptr Cadena de datos que contiene el nuevo registro. * \param err Codigo de error devuelto en caso de falla. */ -EMUFS_REG_ID emufs_tipo3_modificar_registro(EMUFS *emu, EMUFS_REG_ID reg_id, void *ptr, EMUFS_REG_SIZE, int*err); +EMUFS_REG_ID emufs_tipo3_modificar_registro(EMUFS *emu, CLAVE k, void *ptr, EMUFS_REG_SIZE, int*err); /** Completa una estructura del tipo EMUFS_Estadisticas con las estadísticas del * archivo de datos, espacio libre total, cantidad de registros, cantidad de bloques,