X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frecctrl.h;h=485b7468cd9eb8f2a737ba149b226ad05a40dd0b;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=1b3cce8db204ffcf8960ceeaaf55e7a23b0d8d95;hpb=c41c84a497ae744aa825a90f144c85b54f1cd4bb;p=idzebra-moved-to-github.git diff --git a/include/recctrl.h b/include/recctrl.h index 1b3cce8..485b746 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.34 2000-03-20 19:08:36 adam + * Revision 1.35 2002-04-13 18:16:42 adam + * More XPATH work; common sequence numbers for extract keys + * + * Revision 1.34 2000/03/20 19:08:36 adam * Added remote record import using Z39.50 extended services and Segment * Requests. * @@ -142,7 +145,7 @@ typedef struct { unsigned reg_type; char *string; int length; - int *seqnos; + int seqno; ZebraMaps zebra_maps; struct recExtractCtrl *extractCtrl; } RecWord;