X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;fp=include%2Fidzebra%2Frecctrl.h;h=c916d75dc4a2776060bbe928e928e777af648877;hp=e8f88c3b6d3857669e8f3e57c6de03ad7a5ed6bc;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index e8f88c3..c916d75 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -68,15 +68,15 @@ typedef struct { /** \brief record reader stream */ struct ZebraRecStream { /** client data */ - void *fh; + void *fh; /** \brief read function */ int (*readf)(struct ZebraRecStream *s, char *buf, size_t count); /** \brief seek function */ off_t (*seekf)(struct ZebraRecStream *s, off_t offset); /** \brief tell function */ - off_t (*tellf)(struct ZebraRecStream *s); + off_t (*tellf)(struct ZebraRecStream *s); /** \brief set and get of record position */ - off_t (*endf)(struct ZebraRecStream *s, off_t *offset); + off_t (*endf)(struct ZebraRecStream *s, off_t *offset); /** \brief close and destroy stream */ void (*destroy)(struct ZebraRecStream *s); }; @@ -127,14 +127,14 @@ struct recRetrieveCtrl { int recordSize; /* size of record in bytes */ char *fname; /* name of file (or NULL if internal) */ data1_handle dh; - + /* response */ const Odr_oid * output_format; /* output format OID */ void * rec_buf; int rec_len; int diagnostic; char * addinfo; - + /* special fetch to be included in retrieved response (say snippets) */ void *handle; int (*special_fetch)(void *handle, const char *esn,