X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=7371cd0862769d5b49d774150c4928c41535f6d4;hb=20f83e699d4868d263393996bd4b98fee045e360;hp=90c71428394632d8f1d0f5a8f4b415fcb92d214a;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 90c7142..7371cd0 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-p.h,v 1.18 2007-04-12 13:52:57 adam Exp $ + * $Id: zoom-p.h,v 1.19 2007-04-30 08:29:07 adam Exp $ */ /** * \file zoom-p.h @@ -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 {