X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/59919f765235b85942e36bfb4f49cca55e509073..cf2546e250d7c96705793934cf1c3f7e64888148:/emufs/b_plus.h diff --git a/emufs/b_plus.h b/emufs/b_plus.h index 70dae0c..edabda0 100644 --- a/emufs/b_plus.h +++ b/emufs/b_plus.h @@ -37,6 +37,7 @@ int emufs_b_plus_actualizar_nodo(INDEX_DAT *dataset); int emufs_b_plus_buscar(); int emufs_b_plus_destuir(); int b_plus_insertar_clave(INDEXSPECS *, INDEX_DAT *); +int b_plus_insertar(INDEXSPECS *idx, INDEX_DAT *query); NODO_B_PLUS *b_plus_leer_nodo(INDEXSPECS *idx, int num); -#endif +#endif