]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indices.h
el copy paste me va a mandar a la ruina... bugs corregidos.. ahora si anda todo como...
[z.facultad/75.06/emufs.git] / emufs / indices.h
index d043ab70f6e894aa8a22ef8001786c3f28efc440..543e879ffcb3e2d20060ec2f7ae1a16e54eccf12 100644 (file)
@@ -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