X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.h;h=9056c3ef7638f642388f43d3cdae4a918892d6d7;hb=caf297c756572e02832351e97295a4469a0ce0f2;hp=b04638d46fda05d52a8bef197783430a6d9e6312;hpb=b660a23f733b863332748bb2705f0050f58566e4;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.h b/src/normalize7bit.h index b04638d..9056c3e 100644 --- a/src/normalize7bit.h +++ b/src/normalize7bit.h @@ -1,7 +1,5 @@ -/* $Id: normalize7bit.h,v 1.2 2007-04-27 12:17:04 marc Exp $ - Copyright (c) 2006-2007, Index Data. - -This file is part of Pazpar2. +/* This file is part of Pazpar2. + 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 @@ -14,17 +12,17 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Pazpar2; see the file LICENSE. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - */ +along with this program; if not, write to the Free Software +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_years(const char *buf, int *first, int *last); +int extract7bit_dates(const char *buf, int *first, int *last, int longdate); #endif