X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/165cd5e4fd5d2440d04531adf8c30378b0f8fef4..216d7789be2a892d65edc6d90d91ea03131351d5:/tipo3/param_cte.h diff --git a/tipo3/param_cte.h b/tipo3/param_cte.h index 92c9477..de2e423 100644 --- a/tipo3/param_cte.h +++ b/tipo3/param_cte.h @@ -3,8 +3,7 @@ #include #include #include -#include "interface.h" - +#include "emufs.h" typedef struct block_free_t{ int block; @@ -13,7 +12,7 @@ typedef struct block_free_t{ typedef struct block_reg_t{ int block; - int id_reg; + long int id_reg; }BLOCK_REG_T; int leer_registro(EMUFS *emu, int ID, void *, unsigned long tam);