X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8567a7085f7e311712244a69a1d1a45737a9ae32..32e8d7768f2eea899ca5166f75c2c55a672d7f79:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 9e0311f..8283acd 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -101,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,