X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzeerex.h;h=0f427aa7a16dcc645baff895286d62964f28f4c7;hb=941e9e05bd43e7066746ef3ea7478dd65877af58;hp=fa83a8a734837355136e20fdb39b78aacd7ee74d;hpb=2819110732a5e3cdc6de71333977ff39d7cf8bf3;p=pazpar2-moved-to-github.git diff --git a/src/zeerex.h b/src/zeerex.h index fa83a8a..0f427aa 100644 --- a/src/zeerex.h +++ b/src/zeerex.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 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