From: Sebastian Hammer Date: Thu, 6 Jun 1996 12:08:16 +0000 (+0000) Subject: Added showRecord Group entry X-Git-Tag: ZEBRA.1.0~428 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a84a0e3f9c33484b80679f5f4535a8fdee9995e5 Added showRecord Group entry --- diff --git a/include/recctrl.h b/include/recctrl.h index 9b31655..2fbeaae 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.14 1996-05-09 07:28:49 quinn + * Revision 1.15 1996-06-06 12:08:16 quinn + * Added showRecord Group entry + * + * Revision 1.14 1996/05/09 07:28:49 quinn * Work towards phrases and multiple registers * * Revision 1.13 1996/05/01 13:44:05 adam @@ -83,6 +86,7 @@ struct recExtractCtrl { void (*endf)(void *fh, off_t offset); /* end of record position */ off_t offset; /* start offset */ char *subType; + struct recordGroup *group; void (*init)(RecWord *p); void (*add)(const RecWord *p); };