-typedef struct block_free_t {
- int block;
- int free_space;
-} BLOCK_FREE_T;
-
-typedef struct block_reg_t {
- int block;
- long int id_reg;
-} BLOCK_REG_T;
-
-int leer_registro(EMUFS *, int , void *, unsigned long);
+int emufs_tipo3_leer_registro(EMUFS *, int , void *, unsigned long);