]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indice_bplus.h
linea de mas, pero sigo con el mismo problema de antes
[z.facultad/75.06/emufs.git] / emufs / indice_bplus.h
index 6f40dad367280d4b493c8161e647fa5230f5f815..2f53529b1064854617bc5df7b7ab215fab3fe1bd 100644 (file)
@@ -31,5 +31,5 @@ int b_plus_existe_clave(INDICE *idx, INDEX_DAT *query, int num_node);
 NODO_B_PLUS *b_plus_leer_nodo(INDICE *idx, int num);\r
 int b_plus_buscar_prepost(INDICE *idx, CLAVE key, int num_node, INDEX_DAT *prepostkey, int search_type);\r
 int emufs_b_plus_reemplazar_clave(INDICE *idx, CLAVE key, INDEX_DAT query, int num_node);\r
-\r
+int b_plus_destruir_nodo(NODO_B_PLUS *nodo);\r
 #endif