X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/0213eecd485623b3f5def829c4b16acaf4baad2e..3b1230d10dade60af8e3eb544efb66cce69719b4:/emufs/tipo1.h diff --git a/emufs/tipo1.h b/emufs/tipo1.h index ec74926..ef89e12 100644 --- a/emufs/tipo1.h +++ b/emufs/tipo1.h @@ -57,7 +57,7 @@ EMUFS_REG_ID emufs_tipo1_grabar_registro(EMUFS*, void*, EMUFS_REG_SIZE, int*); int emufs_tipo1_borrar_registro(EMUFS*, CLAVE); /** Método para modificar un registro. */ -EMUFS_REG_ID emufs_tipo1_modificar_registro(EMUFS *emu, EMUFS_REG_ID, void*, EMUFS_REG_SIZE, int*); +EMUFS_REG_ID emufs_tipo1_modificar_registro(EMUFS *emu, CLAVE k, void*, EMUFS_REG_SIZE, int*); /** Método para leer un registro con todo su bloque asociado. */ void* emufs_tipo1_leer_registro_raw(EMUFS *emu, EMUFS_REG_ID id, EMUFS_REG_SIZE *size, int *pos);