X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzeerex.h;h=0f427aa7a16dcc645baff895286d62964f28f4c7;hb=1b7db6048c094ee48951ae9a354dcfd6209425ad;hp=091dcb012b1e1849159aacb43d72b0bb5591f1ea;hpb=e107b0011a295ccc61502d6e5ea79d9125a3fbb4;p=pazpar2-moved-to-github.git diff --git a/src/zeerex.h b/src/zeerex.h index 091dcb0..0f427aa 100644 --- a/src/zeerex.h +++ b/src/zeerex.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2008 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 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 @@ -223,12 +223,14 @@ struct zr_explain *zr_read_xml(NMEM m, xmlNode *n); struct zr_explain *zr_read_file(NMEM m, const char *fn); const char *zr_langstr(Zr_langstr *s, const char *lang); +#endif + /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ -#endif