X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=1d56e06bed0abfe347fb09cb945d5c1897e96ddb;hb=df43df1a412b098478f0909e13430c3262c1e1c3;hp=e05b8e1d128da11ba0ddc613d5d7d024fd79b366;hpb=022ffdfe3ef1fd6f868cc870c829b92f08166113;p=yaz-moved-to-github.git diff --git a/include/yaz/backend.h b/include/yaz/backend.h index e05b8e1..1d56e06 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: backend.h,v 1.30 2005-03-03 23:16:20 adam Exp $ + * $Id: backend.h,v 1.31 2005-05-20 19:29:18 adam Exp $ */ /** @@ -64,6 +64,7 @@ typedef struct { int errcode; /* 0==OK */ char *errstring; /* system error string or NULL */ Z_OtherInformation *search_info; /* additional search info */ + char *srw_sortKeys; /* holds SRU/SRW sortKeys info */ } bend_search_rr; /* extended present handler. Does not replace bend_fetch. */