]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/idx.h
dos funciones estadisticas
[z.facultad/75.06/emufs.git] / emufs / idx.h
index 616df902be27b73d092a2629615f4182ddd8bddf..4dfeda20ed956550a6cdaaca34419355913ae40e 100644 (file)
@@ -45,8 +45,8 @@
 #define EMUFS_IDX_EXT ".idx"
 
 typedef struct emufs_idx_t {
 #define EMUFS_IDX_EXT ".idx"
 
 typedef struct emufs_idx_t {
-       unsigned long int id_reg;
-       unsigned long int location;
+       EMUFS_REG_ID id_reg;
+       EMUFS_BLOCK_ID location;
 } EMUFS_IDX;
 
 FILE* emufs_idx_abrir(EMUFS*, const char*);
 } EMUFS_IDX;
 
 FILE* emufs_idx_abrir(EMUFS*, const char*);
@@ -61,10 +61,13 @@ int emufs_idx_agregar(EMUFS*, EMUFS_BLOCK_ID, EMUFS_REG_ID);
 
 int emufs_idx_borrar(EMUFS*, EMUFS_REG_ID);
 
 
 int emufs_idx_borrar(EMUFS*, EMUFS_REG_ID);
 
-unsigned int emufs_idx_get_count(EMUFS *);
+EMUFS_REG_ID emufs_idx_get_count(EMUFS *);
 
 
-unsigned long emufs_idx_get_id_att(EMUFS *, unsigned int pos);
+EMUFS_REG_ID emufs_idx_get_id_at(EMUFS *, long pos);
 
 EMUFS_REG_ID emufs_idx_get_new_id(EMUFS*, int*);
 
 
 EMUFS_REG_ID emufs_idx_get_new_id(EMUFS*, int*);
 
+/*me informa la cantidad de registros existentes en .dat*/
+int emufs_idx_get_cant_reg(EMUFS*);
+
 #endif /* _EMUFS_IDX_H */
 #endif /* _EMUFS_IDX_H */