From: Adam Dickmeiss Date: Wed, 23 May 2007 12:58:59 +0000 (+0000) Subject: Change comment about second arg of yaz_matchstr X-Git-Tag: YAZ.3.0.10~84 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ffc156e81106f536a43f949379cee95b16e0c957 Change comment about second arg of yaz_matchstr --- diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index f1e53e1..b975a5c 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -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.14 2007-01-03 08:42:14 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 */