X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Frecctrl.h;h=d992dbcd990c6647f9e76998e744d6b250599a7a;hp=72db67e036d5f87c882bea575bee242ea1c284e6;hb=47ea1fc957c7b97bb30a26698f072109cae275e4;hpb=95d8e798d30fff70c71d1b3256bbb7852efaee02 diff --git a/include/recctrl.h b/include/recctrl.h index 72db67e..d992dbc 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.36 2002-07-02 20:20:09 adam + * Revision 1.37 2002-07-25 13:06:43 adam + * Character set negotiation updates + * + * Revision 1.36 2002/07/02 20:20:09 adam * idzebra:{filename,score,size,localnumber} tags for XML * * Revision 1.35 2002/04/13 18:16:42 adam @@ -184,6 +187,7 @@ struct recRetrieveCtrl { off_t (*tellf)(void *fh); oid_value input_format; /* Preferred record syntax */ Z_RecordComposition *comp; /* formatting instructions */ + char *encoding; /* preferred character encoding */ int localno; /* local id of record */ int score; /* score 0-1000 or -1 if none */ int recordSize; /* size of record in bytes */