X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=5eacbd760e5d97e407f84f39f74af7cf8eedb427;hb=ec00e8cfc23cb7d04a9b13730607d6c094446f36;hp=322f7f71fb3daf781f1b1d7986dc5bda3fafd87c;hpb=c620a713f1418315efcd4e6fab225e036775d365;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index 322f7f7..5eacbd7 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,12 +23,19 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-iconv.h,v 1.3 2003-02-12 15:06:43 adam Exp $ + * $Id: yaz-iconv.h,v 1.7 2005-01-15 19:47:10 adam Exp $ + */ +/** + * \file yaz-iconv.h + * \brief Header for YAZ iconv interface */ #ifndef YAZ_ICONV_H #define YAZ_ICONV_H +#include +#include + YAZ_BEGIN_CDECL typedef struct yaz_iconv_struct *yaz_iconv_t;