]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/idx.h
* Ver registro de tipo2 ahora anda ... creo que falta ajustarlo, pero anda.
[z.facultad/75.06/emufs.git] / emufs / idx.h
index c6a927515505d9cc92992546f7c2912d63d0cb69..cd2c3e3ec8a008a2cbe0e65dce4701ac24458d0d 100644 (file)
@@ -73,4 +73,9 @@ EMUFS_REG_ID emufs_idx_get_new_id(EMUFS*, int*);
 
 int emufs_idx_existe_id(EMUFS *emu, int ID);
 
 
 int emufs_idx_existe_id(EMUFS *emu, int ID);
 
+int emufs_idx_actualizar(EMUFS *emu, int ID, EMUFS_BLOCK_ID bloque);
+
+/** Obtiene el tamaño del archivo de índice. */
+long emufs_idx_get_file_size(EMUFS*, int*);
+
 #endif /* _EMUFS_IDX_H */
 #endif /* _EMUFS_IDX_H */