X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharsets.h;h=cf60143134577e81ed47ec5b325f0a5faf51b019;hb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;hp=1a7381fe6931a9840d315bdb5063009fa1f275f4;hpb=9e586c9793e3f4846f7307ac3a76537dec1aa43d;p=pazpar2-moved-to-github.git diff --git a/src/charsets.h b/src/charsets.h index 1a7381f..cf60143 100644 --- a/src/charsets.h +++ b/src/charsets.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 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 @@ -45,6 +45,7 @@ void pp2_charset_token_destroy(pp2_charset_token_t prt); const char *pp2_charset_token_next(pp2_charset_token_t prt); const char *pp2_get_sort(pp2_charset_token_t prt); const char *pp2_get_display(pp2_charset_token_t prt); +void pp2_get_org(pp2_charset_token_t prt, size_t *start, size_t *len); #endif