]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo2.h
bugfix.
[z.facultad/75.06/emufs.git] / emufs / tipo2.h
index e663b7d3b17709bee0b5d437a10e7a71ac9e6f63..fb5d9f23ce46e52c1b698fb0d82cf622ed5a6b53 100644 (file)
@@ -116,4 +116,14 @@ int emufs_tipo2_get_regsize(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE *re
  */
 int emufs_tipo2_dummyfill(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE amount);
 
  */
 int emufs_tipo2_dummyfill(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE amount);
 
+/** Método para modificar un registro */
+EMUFS_REG_ID emufs_tipo2_modificar_registro(EMUFS *efs, EMUFS_REG_ID id, void *data, EMUFS_REG_SIZE size, int *error);
+
+/** Método para recolectar/obtener la estadisticas del archivo tipo 2
+ *
+ * \param efs Estructura que realiza el handling de archivos de cualquier tipo.
+ * \return \b EMUFS_Estadisticas Estructura que alberga las stats recolectadas.
+ */
+EMUFS_Estadisticas emufs_tipo2_leer_estadisticas(EMUFS *efs);
+
 #endif /* _EMUFS_TIPO2_H_ */
 #endif /* _EMUFS_TIPO2_H_ */