]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indice_b.h
Retoques en los reportes
[z.facultad/75.06/emufs.git] / emufs / indice_b.h
index 535c2e96b00f7c72046fcb66a2ed22f2b5956b66..b60e48ca8b79d82a85d3f54d9f56f018682a9e89 100644 (file)
@@ -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