X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=b975a5cc1830eab509f05bfbd490024b956c9cf0;hb=bab540a6816b1ae07a834075e0c71d0f160565e4;hp=ad59e685200f745e3052230052d7b290f26cb684;hpb=e63923d5a33d54806b2d73670c26c57480c484da;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index ad59e68..b975a5c 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, 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: @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-iconv.h,v 1.13 2006-10-25 09:54:35 adam Exp $ */ +/* $Id: yaz-iconv.h,v 1.15 2007-05-23 12:58:59 adam Exp $ */ /** * \file yaz-iconv.h @@ -68,7 +68,7 @@ YAZ_EXPORT int yaz_iconv_isbuiltin(yaz_iconv_t cd); /** \brief match strings - independent of case and '-' \param s1 first string - \param s2 second string + \param s2 second string (May include wildcard ? and .) \retval 0 strings are similar \retval !=0 strings are different */