X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/3283ff57869dd9ea293c86cd7bfbcbbe1e920f8a..eb5e623c9e1334da07faa5f4b8b6c3ebf431503f:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 346c3c2..f17081f 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -54,7 +54,7 @@ void* emufs_tipo3_leer_registro(EMUFS*, EMUFS_REG_ID, int*); void* emufs_tipo3_leer_bloque(EMUFS*, EMUFS_BLOCK_ID, int*); /** Graba el registro apuntado por \param ptr en el archivo */ -EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE); +EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE, int*); /** Graba el bloque apuntado por \param ptr en el archivo */ int emufs_tipo3_grabar_bloque(EMUFS *emu, void *ptr, EMUFS_BLOCK_ID num_bloque);