X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/cfcbab8ec369453b7809f2d2954b15d1bb5fcfdd..240a27b93633ba4d6eb1420079576b6c90e08ce6:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 71bcb68..f99a658 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -61,8 +61,8 @@ 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); -EMUFS_REG_ID emufs_tipo3_get_id(EMUFS *emu); - int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); +EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *); + #endif /* _EMUFS_TIPO3_H_ */