X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/3291460361a5e4280b125e15f833d5ec1820c349..195807904dee0a8ab038e233a4447aae455dfc46:/tipo3/emufs.h diff --git a/tipo3/emufs.h b/tipo3/emufs.h index 2cbc027..3772127 100644 --- a/tipo3/emufs.h +++ b/tipo3/emufs.h @@ -20,4 +20,6 @@ EMUFS *emufs_crear(const char *filename, char tipo, unsigned int tam_bloque, uns EMUFS *emufs_abrir(const char *filename); int emufs_destruir(EMUFS *e); + +int ver_archivo_FS(EMUFS *emu); #endif