X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Fcfile.h;fp=bfile%2Fcfile.h;h=ef0a692ddced1b46021c89d5e2fde90134fd17a9;hp=0f22c29f5a8d39a0cdb3ffe6adb2e578c037065f;hb=c41c84a497ae744aa825a90f144c85b54f1cd4bb;hpb=eb2b742588ce07fb4516bbca22c93b938b13e433 diff --git a/bfile/cfile.h b/bfile/cfile.h index 0f22c29..ef0a692 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -3,15 +3,15 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: cfile.h,v 1.12 1999-05-26 07:49:12 adam Exp $ + * $Id: cfile.h,v 1.13 2000-03-20 19:08:35 adam Exp $ */ #ifndef CFILE_H #define CFILE_H -#ifdef __cplusplus -extern "C" { -#endif +#include + +YAZ_BEGIN_CDECL #define HASH_BUCKET 15 @@ -56,6 +56,7 @@ typedef struct CFile_struct MFile rmf; int no_hits; int no_miss; + Zebra_mutex mutex; } *CFile; int cf_close (CFile cf); @@ -66,8 +67,6 @@ int cf_write (CFile cf, int no, int offset, int nbytes, const void *buf); void cf_unlink (CFile cf); void cf_commit (CFile cf); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif