int emufs_agregar_indice(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, INDICE_TIPO tipo, INDICE_TIPO_DATO tipo_dato, unsigned int offset, unsigned int tam_bloque);
INDICE_DATO *emufs_buscar_registros(EMUFS *emu, char *indice, char *data, int *cant);
int emufs_agregar_indice(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, INDICE_TIPO tipo, INDICE_TIPO_DATO tipo_dato, unsigned int offset, unsigned int tam_bloque);
INDICE_DATO *emufs_buscar_registros(EMUFS *emu, char *indice, char *data, int *cant);