X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/376814ea9f4cd3e7dda91f6afa435a6b0d1190b8..3d7c873614ca81c1590a4cbb7e786ffda64755d6:/emufs/indices.h diff --git a/emufs/indices.h b/emufs/indices.h index f38a63a..73231d5 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -76,6 +76,8 @@ typedef struct _indices_h_ { CLAVE (*obtener_menor_clave)(struct _indices_h_ *idx); CLAVE (*obtener_mayor_clave)(struct _indices_h_ *idx); + CLAVE (*obtener_sig_clave)(struct _indices_h_ *idx, CLAVE k); + char *nombre; /**< Nombre Ășnico de busqueda del indice */ char *filename; /**< nombre del archivo de indice */