]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indice_bplus.h
Retoques en los reportes
[z.facultad/75.06/emufs.git] / emufs / indice_bplus.h
index 73b3e806b5c0cbb0d7d8f2b60dd93110fdd8ae9d..81963fcbf47c9c57d75fc7bcd26c919fc68a933a 100644 (file)
@@ -29,6 +29,9 @@ int emufs_b_plus_insertar(INDICE *idx, INDEX_DAT *query);
 int emufs_b_plus_actualizar_nodo(INDEX_DAT *dataset);\r
 int emufs_b_plus_buscar();\r
 int emufs_b_plus_destuir();\r
+int emufs_b_plus_eliminar(INDICE *idx, CLAVE key, int num_node);\r
+int b_plus_existe_clave(INDICE *idx, INDEX_DAT *query, int num_node);\r
 NODO_B_PLUS *b_plus_leer_nodo(INDICE *idx, int num);\r
+int b_plus_buscar_prepost(INDICE *idx, CLAVE key, int num_node, CLAVE *prepostkey, int search_type);\r
 \r
 #endif