X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/936a14b3dc26ede204ce5b022472cd245b8019ac..a499b030d1840a0714721695cd6fcf54bc7dbb68:/emufs/emufs.h diff --git a/emufs/emufs.h b/emufs/emufs.h index d610a8a..fcbd9b7 100644 --- a/emufs/emufs.h +++ b/emufs/emufs.h @@ -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_ */