X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharsets.h;h=3b8325b1de8380f76df0a7dce6163ff04c1c9c61;hb=8cb5fdac44498271111dce8145623bded04cc27f;hp=467dc2e0e92e5bc8fffbea7c122cc2816ca5840e;hpb=c7ce18b91b4b542af4f02ad9fa3f86f12b92f3d1;p=pazpar2-moved-to-github.git diff --git a/src/charsets.h b/src/charsets.h index 467dc2e..3b8325b 100644 --- a/src/charsets.h +++ b/src/charsets.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 2006-2013 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