X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcommit.c;h=f0dfd37128fde2d1bd2f2ca99d08acfb70e216d3;hb=be6f4de56d3ab4fd49fbea540afe2580b947cded;hp=c6f74223bb9cd344d6a3859767d4ebe143885cc6;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/bfile/commit.c b/bfile/commit.c index c6f7422..f0dfd37 100644 --- a/bfile/commit.c +++ b/bfile/commit.c @@ -1,6 +1,6 @@ -/* $Id: commit.c,v 1.22 2004-12-08 12:23:08 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: commit.c,v 1.27 2006-05-10 08:13:17 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -24,13 +24,14 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include +#include #include "mfile.h" #include "cfile.h" #define CF_OPTIMIZE_COMMIT 0 -void cf_unlink (CFile cf) +void cf_unlink(CFile cf) { if (cf->bucket_in_memory) { @@ -247,3 +248,11 @@ void cf_commit (CFile cf) cf_commit_flat (cf); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +