X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/983bf3a83136ef1556b70bd2d1860a7d24753337..216d7789be2a892d65edc6d90d91ea03131351d5:/tipo3/emufs.h diff --git a/tipo3/emufs.h b/tipo3/emufs.h index aeae572..3772127 100644 --- a/tipo3/emufs.h +++ b/tipo3/emufs.h @@ -17,6 +17,9 @@ typedef struct _emu_fs_t { } EMUFS; EMUFS *emufs_crear(const char *filename, char tipo, unsigned int tam_bloque, unsigned int tam_reg); +EMUFS *emufs_abrir(const char *filename); int emufs_destruir(EMUFS *e); + +int ver_archivo_FS(EMUFS *emu); #endif