X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/ecddfc3161e6285cdd95ec7237d1e8e562a594a1..613cc40875512c05124f15dae55e9bb7767c1ea2:/emufs/emufs.h diff --git a/emufs/emufs.h b/emufs/emufs.h index 7e04f55..5befe36 100644 --- a/emufs/emufs.h +++ b/emufs/emufs.h @@ -176,4 +176,5 @@ int debug_ver_estadisticas(EMUFS *emu); 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); + #endif /* _EMUFS_H_ */