X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5c0d358fe5d851c242833cab7c5a6765007097ae..4c6d9fa59f147b866ca1caee571c646d78286b10:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index e1f6733..aad598b 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -149,4 +149,7 @@ void emufs_tipo2_movedata(FILE * datfile,EMUFS_OFFSET *source, EMUFS_OFFSET *des */ int emufs_tipo2_updateidx(EMUFS *efs); +/** Método para leer un registro con todo su bloque asociado. */ +void* emufs_tipo2_leer_registro_raw(EMUFS *emu, EMUFS_REG_ID id, EMUFS_REG_SIZE *size, int *pos); + #endif /* _EMUFS_TIPO2_H_ */