X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frecctrl.h;h=1b3cce8db204ffcf8960ceeaaf55e7a23b0d8d95;hb=6f27675ef554a06c5996a8815ed24dd3e6171aa1;hp=394dbba0ae120e06bf40708ee70d23199fc259b1;hpb=8725809220c087e81103568caa32886f0afec383;p=idzebra-moved-to-github.git diff --git a/include/recctrl.h b/include/recctrl.h index 394dbba..1b3cce8 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.33 2000-02-25 13:24:49 adam + * Revision 1.34 2000-03-20 19:08:36 adam + * Added remote record import using Z39.50 extended services and Segment + * Requests. + * + * Revision 1.33 2000/02/25 13:24:49 adam * Fixed bug regarding pointer conversion that showed up on OSF V5. * * Revision 1.32 1999/11/30 13:48:03 adam @@ -160,6 +164,7 @@ struct recExtractCtrl { int seqno[256]; void (*schemaAdd)(struct recExtractCtrl *p, Odr_oid *oid); data1_handle dh; + void *handle; }; /* Retrieve record control */