X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-exp.h;h=1789fb5f548db56cd630a3cf33aaf298a855d316;hb=4b867394d5d5dda2be8427c96e0fb0fd07eddbdc;hp=74afaddeeee655039840df2397cc5803ecbb2ead;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;p=yaz-moved-to-github.git diff --git a/include/prt-exp.h b/include/prt-exp.h index 74afadd..1789fb5 100644 --- a/include/prt-exp.h +++ b/include/prt-exp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1997, Index Data. + * Copyright (c) 1995-1998, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -34,8 +34,6 @@ extern "C" { #endif -#define multipleDbSearch multipleDBsearch - typedef struct Z_CommonInfo { char *dateAdded; /* OPTIONAL */ @@ -331,7 +329,7 @@ typedef struct Z_TargetInfo Z_HumanString *recentNews; /* OPTIONAL */ Z_IconObject *icon; /* OPTIONAL */ bool_t *namedResultSets; - bool_t *multipleDbSearch; + bool_t *multipleDBsearch; int *maxResultSets; /* OPTIONAL */ int *maxResultSize; /* OPTIONAL */ int *maxTerms; /* OPTIONAL */