X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/3cdaf72a1a9cb3adc65b441f56751b2e4eb90f1d..9da17243492426daba1cf11c353f4216e7e34ca1:/emufs/b_plus.h?ds=inline diff --git a/emufs/b_plus.h b/emufs/b_plus.h index 51041e0..076f2b1 100644 --- a/emufs/b_plus.h +++ b/emufs/b_plus.h @@ -37,6 +37,7 @@ int emufs_b_plus_get_bloque(INDEXSPECS *idx, INDEX_DAT *dataset); 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 *); +NODO_B_PLUS *b_plus_leer_nodo(INDEXSPECS *idx, int num); #endif