X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=cd0004f53a18799ee6e822cd9e05858de14c2768;hb=8d691989077a0addcbd840d769dce6700f3d9622;hp=f5eb3ae26a60c3cb697e733d6af80d1f63987ba6;hpb=f9e10939c4e5ac6cc0dd42587cc51c7fa7fa0007;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index f5eb3ae..cd0004f 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.14 2006-10-26 15:34:46 adam Exp $ + * $Id: zoom-p.h,v 1.16 2007-01-03 08:42:15 adam Exp $ */ /** * \file zoom-p.h @@ -111,6 +111,8 @@ struct ZOOM_resultset_p { ZOOM_options options; ZOOM_connection connection; ZOOM_resultset next; + char **databaseNames; + int num_databaseNames; }; struct ZOOM_record_p { @@ -138,6 +140,8 @@ struct ZOOM_scanset_p { Z_AttributesPlusTerm *termListAndStartPoint; Z_AttributeSetId *attributeSet; Z_ScanResponse *scan_response; + char **databaseNames; + int num_databaseNames; }; struct ZOOM_package_p {