2007.
[idzebra-moved-to-github.git] / bfile / cfile.h
index c027e9d..9f03dc1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cfile.h,v 1.20 2006-10-09 22:10:00 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,7 +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_commit (CFile cf);
+int cf_commit (CFile cf) ZEBRA_GCC_ATTR((warn_unused_result));
 
 YAZ_END_CDECL