X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/866ee030a930b725a701bd35445b1bcd82506a87..4a18f94108cddb75f174fd814079aa032f15997d:/emufs/tipo1.h diff --git a/emufs/tipo1.h b/emufs/tipo1.h index 5411905..4e4deb3 100644 --- a/emufs/tipo1.h +++ b/emufs/tipo1.h @@ -85,4 +85,6 @@ int emufs_tipo1_eliminar_ordenado(EMUFS *emu, CLAVE clave, INDICE_DATO dato); void *emufs_tipo1_leer_registro_plus(EMUFS *emu, CLAVE clave, EMUFS_REG_SIZE *size, int *err); EMUFS_REG_ID emufs_tipo1_modificar_registro_plus(EMUFS *emu, CLAVE k, void*, EMUFS_REG_SIZE, int*, INDICE_DATO); + +B_PLUS_KEYBUCKET *emufs_tipo1_obtener_claves_raw(EMUFS *emu, int num_bloque); #endif /* _EMUFS_TIPO1_H_ */