X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/32feb1e82b00d6c1ad3f5aa6884d003a665ea975..3f9973797bd5e6552493d2c2c4e1b94b23f9a636:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 57f60a4..f99a658 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -63,4 +63,6 @@ int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); +EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *); + #endif /* _EMUFS_TIPO3_H_ */