X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/376814ea9f4cd3e7dda91f6afa435a6b0d1190b8..e1b83d7a86a1982cf9936cc354a969d68303d351:/emufs/indice_b.h diff --git a/emufs/indice_b.h b/emufs/indice_b.h index 535c2e9..b60e48c 100644 --- a/emufs/indice_b.h +++ b/emufs/indice_b.h @@ -58,5 +58,7 @@ void b_leer_header(char *src, B_NodoHeader *header); */ B_NodoEntry *b_leer_claves(char *src, B_NodoHeader *header); +CLAVE emufs_indice_b_obtener_sig_clave(INDICE *idx, CLAVE k); + #endif