X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ficu.h;h=637996ab50ce8ed23aa611a6b9e41a4141038d8a;hp=973cc5d8adaa67d85bac9371704f2ee925003fb9;hb=dd5e6e2ecc4d8d51095059c13ce725d263d99601;hpb=ad88b93c8fbb00728acd0b49b4079167304ed58d diff --git a/include/yaz/icu.h b/include/yaz/icu.h index 973cc5d..637996a 100644 --- a/include/yaz/icu.h +++ b/include/yaz/icu.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -112,7 +112,7 @@ YAZ_EXPORT const char * icu_chain_token_sortkey(yaz_icu_chain_t chain); /** \brief returns token as it relates to originl text \param chain ICU chain \param start offset in original text - \param size number of uchars in original text + \param len number of uchars in original text */ YAZ_EXPORT void icu_chain_get_org_info(yaz_icu_chain_t chain, size_t *start, size_t *len);