X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=4e629045ede6823d450d64abbabeaa699d9a0bb5;hb=a43c354f46cc04bbf2168eb74b38e13c81c0b036;hp=86cbf08e82c6a98a0183676367d3ce180b23b8a2;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index 86cbf08..4e62904 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2004, 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,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-iconv.h,v 1.5 2004-10-15 00:18:59 adam Exp $ + * $Id: yaz-iconv.h,v 1.8 2005-06-25 15:46:03 adam Exp $ */ /** * \file yaz-iconv.h @@ -33,6 +33,7 @@ #ifndef YAZ_ICONV_H #define YAZ_ICONV_H +#include #include YAZ_BEGIN_CDECL @@ -60,3 +61,11 @@ YAZ_EXPORT int yaz_strcmp_del(const char *a, const char *b, const char *b_del); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +