X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fbackend.h;h=d31fc7284b23cfcddf5f4d11b3573b358f6eb439;hp=2eb7be442f996325fb9b1709ec9852497c541104;hb=962f5f857455567d9b56cc17d96eb95608a0222e;hpb=30d8d86b830a88f1c8f5fef944b6d36150651b9b diff --git a/include/backend.h b/include/backend.h index 2eb7be4..d31fc72 100644 --- a/include/backend.h +++ b/include/backend.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: backend.h,v $ - * Revision 1.21 1998-07-20 12:38:41 adam + * Revision 1.22 1998-09-02 12:41:51 adam + * Added decode stream in bend search structures. + * + * Revision 1.21 1998/07/20 12:38:41 adam * Implemented delete result set service to server API. * * Revision 1.20 1998/05/27 16:57:06 adam @@ -68,6 +71,7 @@ typedef struct char **basenames; /* databases to search */ Z_Query *query; /* query structure */ ODR stream; /* encoding stream */ + ODR decode; /* decoding stream */ } bend_searchrequest; /* old search request output */ @@ -86,6 +90,7 @@ typedef struct { char **basenames; /* databases to search */ Z_Query *query; /* query structure */ ODR stream; /* encode stream */ + ODR decode; /* decode stream */ bend_request request; bend_association association;