X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/bc6082be8ad01c7eb9afc87b4267953f6544be5a..63f9cc2172df9d346457685096b4de200c084e9e:/emufs/emufs.h diff --git a/emufs/emufs.h b/emufs/emufs.h index fcbd9b7..a44548c 100644 --- a/emufs/emufs.h +++ b/emufs/emufs.h @@ -173,6 +173,7 @@ 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, unsigned int tam_bloque); +int emufs_agregar_indice(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, INDICE_TIPO tipo, INDICE_TIPO_DATO tipo_dato, unsigned int offset, unsigned int tam_bloque); +INDICE_DATO *emufs_buscar_registros(EMUFS *emu, char *indice, CLAVE clave, int *cant); #endif /* _EMUFS_H_ */