]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/b_plus.h
b_plus_insertar_clave, deprecated and removed from source
[z.facultad/75.06/emufs.git] / emufs / b_plus.h
index a321ab54268b6f9ceb0507b253f53a40f058449f..8a78100e7aa3a6e7cf2993610fe6a38b9392e787 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>\r
 #include <stdlib.h>\r
 #include "emufs.h"\r
+#include <math.h>\r
 \r
 #define SIZE_B_PLUS_HEADER (sizeof(int)*2)\r
 #define INDEXSPECS INDICE\r
@@ -32,12 +33,11 @@ typedef struct nodo_b_plus {
 \r
 /** TODO */\r
 int emufs_b_plus_crear(INDEXSPECS *idx);\r
-int emufs_b_plus_get_bloque(INDEXSPECS *idx, INDEX_DAT *query);\r
+int emufs_b_plus_get_bloque(INDEXSPECS *idx, INDEX_DAT *query, int num_node);\r
 int emufs_b_plus_insertar(INDEXSPECS *idx, INDEX_DAT *query);\r
 int emufs_b_plus_actualizar_nodo(INDEX_DAT *dataset);\r
 int emufs_b_plus_buscar();\r
 int emufs_b_plus_destuir();\r
-int b_plus_insertar_clave(INDEXSPECS *, INDEX_DAT *);\r
 NODO_B_PLUS *b_plus_leer_nodo(INDEXSPECS *idx, int num);\r
 \r
 #endif