X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=a8e6c813734c754c4480abadfeb57e91a3127659;hp=e8d8bc2018be905c4fc3b90aedb9d8d16ab100d8;hb=0edfdd01ae95aa2770f2e122bdea25208494acbd;hpb=a0ff2572c63e4be9254b12d08b0166b6232477de diff --git a/include/yaz/backend.h b/include/yaz/backend.h index e8d8bc2..a8e6c81 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2001, Index Data. + * Copyright (c) 1995-2002, 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, @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: backend.h,v $ - * Revision 1.14 2002-03-20 14:36:00 adam + * Revision 1.15 2002-07-25 12:52:53 adam + * Character set negotiation updates + * + * 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 @@ -285,6 +288,12 @@ typedef struct bend_initrequest int (*bend_delete)(void *handle, bend_delete_rr *rr); int (*bend_scan)(void *handle, bend_scan_rr *rr); int (*bend_segment)(void *handle, bend_segment_rr *rr); + + ODR decode; /* decoding stream */ + /* character set and language negotiation - see include/yaz/z-charneg.h */ + Z_CharSetandLanguageNegotiation *charneg_request; + Z_External *charneg_response; + } bend_initrequest; typedef struct bend_initresult