X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcfile.h;h=e0f9567319d843519ff20a06198dff0ea324f25e;hb=0ef68e6e54cfd7a91a28ee3b1f305924ac34e787;hp=c027e9de1db3aa75c336fffe2f8f5aa1bc98dbbc;hpb=3946190aece0417a4ad4e40946dfcb9f1bca4755;p=idzebra-moved-to-github.git diff --git a/bfile/cfile.h b/bfile/cfile.h index c027e9d..e0f9567 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,8 +1,5 @@ -/* $Id: cfile.h,v 1.20 2006-10-09 22:10:00 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -80,7 +77,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_commit (CFile cf); +int cf_commit (CFile cf) ZEBRA_GCC_ATTR((warn_unused_result)); YAZ_END_CDECL