]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indices.h
Piloteado de mini bug que pudiera existir en insertar ordenado, siempre se devuelve...
[z.facultad/75.06/emufs.git] / emufs / indices.h
index 2be19c2b03445c61830396f6674123d9397fe6d1..2063bc046b4ed4a406f93c401a083727efc141f4 100644 (file)
@@ -107,6 +107,8 @@ typedef struct _indices_h_ {
         *  pripiamente dicho
         */
        EMUFS *emu_mult;
+
+       /*EMUFS_Estadisticas (*obtener_estadisticas)(struct _indices_h_ *);*/
        struct _indices_h_ *sig; /**< Siguiente indice */
 } INDICE;