X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/2470cecbf9f0f40714b9f50d9a76d187abe336e6..57797330e322b68053e55ddb0912d2a3e89098b9:/emufs/indices.h diff --git a/emufs/indices.h b/emufs/indices.h index d043ab7..543e879 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -143,4 +143,5 @@ int emufs_indice_es_menor(INDICE *idx, CLAVE c1, CLAVE c2); /** Compara 2 claves de la forma c1 == c2 */ int emufs_indice_es_igual(INDICE *idx, CLAVE c1, CLAVE c2); +int emufs_indice_es_clave_nula(INDICE *idx, CLAVE k); #endif