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=0f22c29f5a8d39a0cdb3ffe6adb2e578c037065f;hp=68ee5525a0ce72df550fcccd55caabc8dd628a70;hb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;hpb=084ad8d210469872bda11c201267a361ca295435 diff --git a/bfile/cfile.h b/bfile/cfile.h index 68ee552..0f22c29 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -3,12 +3,16 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: cfile.h,v 1.11 1999-05-12 13:08:06 adam Exp $ + * $Id: cfile.h,v 1.12 1999-05-26 07:49:12 adam Exp $ */ #ifndef CFILE_H #define CFILE_H +#ifdef __cplusplus +extern "C" { +#endif + #define HASH_BUCKET 15 struct CFile_ph_bucket { /* structure on disc */ @@ -62,4 +66,8 @@ 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 + #endif