X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcfile.h;h=9f03dc1a37ef1c5bad0ec6ff9a8aa1ec66f7981e;hb=0f563f23506dabd7c84bdb750d4539b2b6cacf02;hp=c6b6ba607e0fe2bd3c98a30395b656fff3b6aeed;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/bfile/cfile.h b/bfile/cfile.h index c6b6ba6..9f03dc1 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,5 +1,5 @@ -/* $Id: cfile.h,v 1.19 2006-08-14 10:40:05 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: cfile.h,v 1.22 2007-01-15 20:08:23 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -80,8 +80,7 @@ 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); +int cf_commit (CFile cf) ZEBRA_GCC_ATTR((warn_unused_result)); YAZ_END_CDECL