X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fbfile.h;h=d61e65171c9535a0553aec73cdbad2f2443f2a05;hp=91630d8876870590c4578f7c2e11fcbbd17c7cc2;hb=4358b098c7cb6adc62f6ada9f513555cee2f921c;hpb=30bb91a2915de98455a8f7a5af5c087239f22203 diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index 91630d8..d61e651 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -1,4 +1,4 @@ -/* $Id: bfile.h,v 1.7 2006-05-05 09:14:02 adam Exp $ +/* $Id: bfile.h,v 1.8 2006-05-05 09:15:11 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -194,7 +194,8 @@ int bf_free(BFile bf, int no, const zint *blocks); Note that if a register area has unlimited size, that is represented as max_bytes = -1. -*/ +*/ +YAZ_EXPORT int bfs_register_directory_stat(BFiles bfs, int no, const char **directory, double *used_bytes, double *max_bytes); @@ -212,6 +213,7 @@ int bfs_register_directory_stat(BFiles bfs, int no, const char **directory, 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);