X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaziconv.c;h=3cf8afe6959f173ffcb2e56fc5cf996aa0fa49ec;hb=1908df105a83e97f3e404020fd9f4e2007654afd;hp=af52e2d3c56a869e58a070661dfa02f6fd49f7e3;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/util/yaziconv.c b/util/yaziconv.c index af52e2d..3cf8afe 100644 --- a/util/yaziconv.c +++ b/util/yaziconv.c @@ -2,13 +2,14 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: yaziconv.c,v 1.2 2005-01-15 19:47:15 adam Exp $ + * $Id: yaziconv.c,v 1.4 2005-06-25 15:46:07 adam Exp $ */ #if HAVE_CONFIG_H #include #endif +#include #include #include #include @@ -179,3 +180,11 @@ int main (int argc, char **argv) yaz_iconv_close (cd); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +