X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ficu.h;h=23364b39547a1e737e239ba29f05f6c3b8d00c03;hp=4abba69fdce27d887fb09c3bfe679e63161e4dee;hb=2cf1b669768e41118f6937dd0afab37c8ed586a8;hpb=fbb0389c468253ae678c1169fe0d7a8d8d54e8cb diff --git a/include/yaz/icu.h b/include/yaz/icu.h index 4abba69..23364b3 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-2010 Index Data. + * Copyright (C) 1995-2011 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: @@ -168,7 +168,7 @@ const char *icu_iter_get_display(yaz_icu_iter_t iter); \returns token count (1, 2, 3...) */ YAZ_EXPORT -const char *icu_iter_get_token_number(yaz_icu_iter_t iter); +int icu_iter_get_token_number(yaz_icu_iter_t iter); YAZ_END_CDECL