X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=e8d8bc2018be905c4fc3b90aedb9d8d16ab100d8;hb=2e817711bcfc8076b2500ab298e281357ed50115;hp=499b8d032a199c660bbb161677d27f0ea8edd761;hpb=ea5dd493ff58ce3460bd38560f35c7a1e7913fc4;p=yaz-moved-to-github.git diff --git a/include/yaz/backend.h b/include/yaz/backend.h index 499b8d0..e8d8bc2 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: backend.h,v $ - * Revision 1.13 2002-03-05 12:45:49 mike + * Revision 1.14 2002-03-20 14:36:00 adam + * Additional Search Info for GFS + * + * Revision 1.13 2002/03/05 12:45:49 mike * Add trivial support for implementation_id specified by backend. * * Revision 1.12 2001/03/25 21:55:12 adam @@ -137,6 +140,7 @@ typedef struct { int hits; /* number of hits */ int errcode; /* 0==OK */ char *errstring; /* system error string or NULL */ + Z_OtherInformation *search_info; /* additional search info */ } bend_search_rr; /* extended present handler. Does not replace bend_fetch. */