X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/997a97b5e42afccbc75f2e2dde61f1e74856cb86..7ccae609792550a7d81d2496742def35f003bf26:/emufs/indice_b.h diff --git a/emufs/indice_b.h b/emufs/indice_b.h index 9313fc3..08eb3d2 100644 --- a/emufs/indice_b.h +++ b/emufs/indice_b.h @@ -60,5 +60,7 @@ B_NodoEntry *b_leer_claves(char *src, B_NodoHeader *header); CLAVE emufs_indice_b_obtener_sig_clave(INDICE *idx, CLAVE k); +int emufs_indice_b_asc_insertar(INDICE *idx, CLAVE clave, INDICE_DATO dato); + #endif