X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.h;h=09cb3b38dc7ff9b2bfd1d65f532e7d6c1f9f48b1;hb=91332b13d81ec4e70f547c8b90eabfb7898ea39c;hp=4cc51afe4d8aa600c0de82f5ced82db3c94bde08;hpb=2819110732a5e3cdc6de71333977ff39d7cf8bf3;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.h b/src/normalize7bit.h index 4cc51af..09cb3b3 100644 --- a/src/normalize7bit.h +++ b/src/normalize7bit.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2012 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);