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=c027e9de1db3aa75c336fffe2f8f5aa1bc98dbbc;hp=c6b6ba607e0fe2bd3c98a30395b656fff3b6aeed;hb=3946190aece0417a4ad4e40946dfcb9f1bca4755;hpb=e57a1c65b9630e5b93d254519090bd0875c1d3c9 diff --git a/bfile/cfile.h b/bfile/cfile.h index c6b6ba6..c027e9d 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,4 +1,4 @@ -/* $Id: cfile.h,v 1.19 2006-08-14 10:40:05 adam Exp $ +/* $Id: cfile.h,v 1.20 2006-10-09 22:10:00 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -80,7 +80,6 @@ CFile cf_open (MFile mf, MFile_area area, const char *fname, int block_size, int wflag, int *firstp); int cf_read (CFile cf, zint no, int offset, int nbytes, void *buf); int cf_write (CFile cf, zint no, int offset, int nbytes, const void *buf); -void cf_unlink (CFile cf); void cf_commit (CFile cf); YAZ_END_CDECL