X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fbfile.h;h=1db5fedfedbbc69603ede0a8659a9570d82abf88;hb=9eebf93dc2525854867cbc43920ea8ba4a199ab5;hp=d1b25c17851042cbf6b8fd05e078f923166d7834;hpb=deff57cfa9d9b39c4a4f1c9b82a64c6e61d821a4;p=idzebra-moved-to-github.git diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index d1b25c1..1db5fed 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -1,4 +1,4 @@ -/* $Id: bfile.h,v 1.4 2005-03-30 09:25:23 adam Exp $ +/* $Id: bfile.h,v 1.5 2005-05-17 08:50:48 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -73,7 +73,7 @@ int bf_write (BFile bf, zint no, int offset, int nbytes, const void *buf); /* bf_cache: enables bfile cache if spec is not NULL */ YAZ_EXPORT -void bf_cache (BFiles bfs, const char *spec); +ZEBRA_RES bf_cache (BFiles bfs, const char *spec); /* bf_commitExists: returns 1 if commit is pending; 0 otherwise */ YAZ_EXPORT