X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/a80376437ca7e774f41a43f33775f2c0b5b662a2..ec7d4a565379cd88c256198788960d559326e47a:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index f17081f..71bcb68 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -48,7 +48,7 @@ #include "fsc.h" /** Lee el registro \param id_reg y lo almacena en \param ptr */ -void* emufs_tipo3_leer_registro(EMUFS*, EMUFS_REG_ID, int*); +void* emufs_tipo3_leer_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int*); /** Lee el bloque \param num_bloque y lo almacena en \param ptr */ void* emufs_tipo3_leer_bloque(EMUFS*, EMUFS_BLOCK_ID, int*);