X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/32feb1e82b00d6c1ad3f5aa6884d003a665ea975..ecc9d27042d38e53309151e07c1c23cc6331efea:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 57f60a4..7c85555 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -62,5 +62,12 @@ int emufs_tipo3_grabar_bloque(EMUFS *emu, void *ptr, EMUFS_BLOCK_ID num_bloque); int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); + +/** Método para modificar un registro */ +EMUFS_REG_ID emufs_tipo3_modificar_registro(EMUFS *emu, EMUFS_REG_ID, void*, EMUFS_REG_SIZE, int*); + +EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *); + +void* emufs_tipo3_leer_registro_raw(struct _emu_fs_t*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int *); #endif /* _EMUFS_TIPO3_H_ */