X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=7371cd0862769d5b49d774150c4928c41535f6d4;hb=23511a86ab565d5a4ce3c8f5924a49e9d310ba98;hp=68f1880a0b03b632b81fac6905b35e2dee92bb49;hpb=951fce6496397a6d8c11e15ab5b60b46abc43467;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 68f1880..7371cd0 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -2,14 +2,14 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-p.h,v 1.17 2007-01-09 13:56:48 adam Exp $ + * $Id: zoom-p.h,v 1.19 2007-04-30 08:29:07 adam Exp $ */ /** * \file zoom-p.h * \brief Internal header for ZOOM implementation */ - #include +#include #include #include #include @@ -109,6 +109,7 @@ struct ZOOM_resultset_p { ZOOM_resultset next; char **databaseNames; int num_databaseNames; + yaz_iconv_t rpn_iconv; }; struct ZOOM_record_p {