X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fcharsets.h;h=b09a78a4471ca06b5d1820c06554a5fa3f282c7c;hb=55d2a488196632a7c297795a173e85d5cbf7989a;hp=cb41404af8fe82684b860acc7e130358b8be8c6f;hpb=e8680d3e8a8900797c7bac415e20b127a7a077b9;p=pazpar2-moved-to-github.git diff --git a/src/charsets.h b/src/charsets.h index cb41404..b09a78a 100644 --- a/src/charsets.h +++ b/src/charsets.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 @@ -38,10 +38,11 @@ void pp2_charset_destroy(pp2_charset_t pct); void pp2_charset_incref(pp2_charset_t pct); pp2_relevance_token_t pp2_relevance_tokenize(pp2_charset_t pct, - const char *buf); + const char *buf, + int skip_article); void pp2_relevance_token_destroy(pp2_relevance_token_t prt); const char *pp2_relevance_token_next(pp2_relevance_token_t prt); -const char *pp2_get_sort(pp2_relevance_token_t prt, int skip_article); +const char *pp2_get_sort(pp2_relevance_token_t prt); #if 0 typedef int pp2_charset_normalize_t(pp2_charset_t pct,