]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/emufs.h
* Integro Indice B con EMUFS e Indice
[z.facultad/75.06/emufs.git] / emufs / emufs.h
index d610a8a2dd1b04606e05d117fc0a579c7d8b94a6..fcbd9b7c978386f1ae434cccea93dbb0ab8d85df 100644 (file)
@@ -173,6 +173,6 @@ int ver_archivo_FS(EMUFS *emu);
 /** muestra estadisticas, para debug. */
 int debug_ver_estadisticas(EMUFS *emu);
 
-int emufs_agregar_indice(EMUFS *emu, char *nombre, INDICE_TIPO tipo, INDICE_TIPO_DATO tipo_dato,  unsigned int offset); 
+int emufs_agregar_indice(EMUFS *emu, char *nombre, INDICE_TIPO tipo, INDICE_TIPO_DATO tipo_dato,  unsigned int offset, unsigned int tam_bloque); 
 
 #endif /* _EMUFS_H_ */