X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/d72d964935fcfb67aa0be2b123ed60ef03a0d1db..461bf51131911da78760bc8fa1094b68c04c4015:/emufs/emufs.h?ds=sidebyside diff --git a/emufs/emufs.h b/emufs/emufs.h index f38bbc7..fb7dbcd 100644 --- a/emufs/emufs.h +++ b/emufs/emufs.h @@ -145,7 +145,7 @@ int emufs_crear_archivo_auxiliar(const char*, const char*); * \param tam_bloque Tamaño del bloque. * \param tam_reg Tamaño del registro. */ -EMUFS *emufs_crear(const char *filename, EMUFS_TYPE tipo,EMUFS_BLOCK_SIZE tam_bloque, EMUFS_REG_SIZE tam_reg); +EMUFS *emufs_crear(const char *filename, EMUFS_Tipo tipo,EMUFS_BLOCK_SIZE tam_bloque, EMUFS_REG_SIZE tam_reg); /** Abre un archivo EMUFS. *