X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frecctrl.h;fp=include%2Frecctrl.h;h=1b646bdd5307c3cc79abf44f22c3fb1887486d40;hb=e9b33fe049e35d06dfeedb830feea32553d26cee;hp=d35c3ac074c8c467457bd8a3446dab5888701d1a;hpb=3a92201b54249c5bcb63d557c8e87afa3858a5ae;p=idzebra-moved-to-github.git diff --git a/include/recctrl.h b/include/recctrl.h index d35c3ac..1b646bd 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.27 1998-10-16 08:14:28 adam + * Revision 1.28 1999-03-02 16:15:42 quinn + * Added "tagsysno" and "tagrank" directives to zebra.cfg. + * + * Revision 1.27 1998/10/16 08:14:28 adam * Updated record control system. * * Revision 1.26 1998/05/20 10:12:12 adam @@ -145,6 +148,7 @@ struct recExtractCtrl { /* Retrieve record control */ struct recRetrieveCtrl { /* Input parameters ... */ + Res res; /* Resource pool */ ODR odr; /* ODR used to create response */ void *fh; /* File descriptor and read function */ int (*readf)(void *fh, char *buf, size_t count);