X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.c;h=a383b360232987a2e82a652d660c2e7e732ae8bf;hb=0ff1a97b2a69905755b9adb24a474d30f1c52150;hp=2bbfc2c93fa44bfdda605e8fef80c75412996b0b;hpb=c7e3db74117d43e0e26c6bb127960c9421045875;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.c b/src/normalize7bit.c index 2bbfc2c..a383b36 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -1,4 +1,4 @@ -/* $Id: normalize7bit.c,v 1.3 2007-09-07 10:27:14 adam Exp $ +/* $Id: normalize7bit.c,v 1.4 2007-09-07 10:46:33 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -34,6 +34,7 @@ #include "normalize7bit.h" +/** \brief removes leading whitespace.. Removes suffix cahrs in rm_chars */ char * normalize7bit_generic(char * str, const char * rm_chars) { char *p, *pe;