X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ffacet.c;h=385a195c3c3bbb431300761fd52c420e3eabaf65;hp=721b7e3db9307dcb8ba25a6f1e4e59b2e76fbea2;hb=12eae66114708ddcbb8e70add6ec6b46db822cb9;hpb=8c9f54ecfc72ad52e773899df09170a7ab295a50 diff --git a/src/facet.c b/src/facet.c index 721b7e3..385a195 100644 --- a/src/facet.c +++ b/src/facet.c @@ -1,4 +1,16 @@ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2010 Index Data + * See the file LICENSE for details. + */ +/** + * \file facet.c + * \brief Facet utilities + */ + +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -181,3 +193,12 @@ void facet_list_field_set(ODR odr, Z_FacetList *list, Z_FacetField *field, int i list->elements[index] = field; } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +