X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/76018a024e44a49ee326a8b33cc60964eb61280f..1cded9108ca388be764e0ac32118dca6df540e86:/emufs/indices.c diff --git a/emufs/indices.c b/emufs/indices.c index fa99903..dd72222 100644 --- a/emufs/indices.c +++ b/emufs/indices.c @@ -35,12 +35,14 @@ INDICE *emufs_indice_crear(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, IND PERR("Creando indice con Arbol B"); emufs_indice_b_crear(tmp); tmp->agregar_entrada = emufs_indice_b_insertar; - tmp->borrar_entrada = NULL; + tmp->borrar_entrada = emufs_indice_b_borrar; tmp->existe_entrada = emufs_indice_b_buscar; tmp->buscar_entradas = NULL; break; case IND_B_ASC: /* llenar metodos */ + PERR("Creando indice con Arbol B*"); + PERR("AÚN NO IMPLEMENTADO!!!!!!!!"); break; }