]> 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 8aa23802205e7fc89721229d36c60ce0afea0064..81963fcbf47c9c57d75fc7bcd26c919fc68a933a 100644 (file)
@@ -32,5 +32,6 @@ int emufs_b_plus_destuir();
 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 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
 \r
 #endif