X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fbfile.h;fp=include%2Fbfile.h;h=2a5bf98e7f38ba4ef24d1f8f69d9e5bae5b8f157;hb=f28af032bfde7cf88aaf3d186a4bfd43694f9ec4;hp=ac490248637dc38f72a68c7af1d150da2dd833fc;hpb=83f7d8e05b21112744575aece533b2bc62610f2a;p=idzebra-moved-to-github.git diff --git a/include/bfile.h b/include/bfile.h index ac49024..2a5bf98 100644 --- a/include/bfile.h +++ b/include/bfile.h @@ -4,9 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * $Log: bfile.h,v $ - Revision 1.4 1994-08-17 15:38:28 adam - Include of util.h. + Revision 1.5 1994-08-24 08:45:52 quinn + Using mfile. + * Revision 1.4 1994/08/17 15:38:28 adam + * Include of util.h. + * * Revision 1.3 1994/08/17 14:09:47 quinn * Small changes * @@ -16,11 +19,11 @@ #define BFILE_H #include +#include typedef struct BFile_struct { - int fd; - int block_size; + MFile mf; } *BFile, BFile_struct; int bf_close (BFile);