X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fbfile.h;h=887056354f4975b5009e0061c08d12f61daa43e7;hb=4f71537a478fc551989245f0dde38997714eedc1;hp=bd9f79ff78e3ccb71e4095d2c9baff42d075e6f4;hpb=a030c87bc444608639905eca95e29f84a4f1d991;p=idzebra-moved-to-github.git diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index bd9f79f..8870563 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -51,7 +51,7 @@ BFiles bfs_create (const char *spec, const char *base); /** \brief destroys a block files handle \param bfiles block files handle - + The files in the block files collection are not deleted. Only the handle is freed. */ @@ -77,7 +77,7 @@ int bf_close2(BFile bf); \param more_info more information to be stored in file (header) \retval 0 success \retval -1 failure (can never happen as the code is now) -*/ +*/ YAZ_EXPORT int bf_xclose(BFile bf, int version, const char *more_info); @@ -249,7 +249,7 @@ int bfs_register_directory_stat(BFiles bfs, int no, const char **directory, on same platform depending on whether 64-bit is enabled or not. Note that if a shadow area has unlimited size, that is represented as max_bytes = -1. -*/ +*/ YAZ_EXPORT int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory, double *used_bytes, double *max_bytes);