X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.h;h=9056c3ef7638f642388f43d3cdae4a918892d6d7;hb=f69f282f792a3a4d66257e83ac5d400b87a2a268;hp=a3c5e31a30293c27d181cb1890fcd58c6eb315e7;hpb=e107b0011a295ccc61502d6e5ea79d9125a3fbb4;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.h b/src/normalize7bit.h index a3c5e31..9056c3e 100644 --- a/src/normalize7bit.h +++ b/src/normalize7bit.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 @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef NORMALIZE7BIT_H #define NORMALIZE7BIT_H -char *normalize7bit_mergekey(char *buf, int skiparticle); +char *normalize7bit_mergekey(char *buf); char * normalize7bit_generic(char * str, const char * rm_chars); int extract7bit_dates(const char *buf, int *first, int *last, int longdate);