X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fbfile.h;h=bd9f79ff78e3ccb71e4095d2c9baff42d075e6f4;hb=ac13dceecd5f75669820819575daf88e0add5c8d;hp=cba7d5f99b4c7b82c68027ebf355ed21fd217f0e;hpb=5a8a42bede922e70156e7b289db071592c71529b;p=idzebra-moved-to-github.git diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index cba7d5f..bd9f79f 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -1,8 +1,5 @@ -/* $Id: bfile.h,v 1.13 2007-01-15 20:08:24 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 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 @@ -56,7 +53,7 @@ BFiles bfs_create (const char *spec, const char *base); \param bfiles block files handle The files in the block files collection are not deleted. Only the - handle is + handle is freed. */ void bfs_destroy (BFiles bfiles); @@ -263,6 +260,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab