f75a1c5afa173fb6fc0b9dfa4d95af1db8a0db36
[idzebra-moved-to-github.git] / recctrl / sgmlread.c
1 /*
2  * Copyright (C) 1994-1996, Index Data I/S 
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: sgmlread.c,v $
7  * Revision 1.3  1997-09-04 13:54:41  adam
8  * Added MARC filter - type grs.marc.<syntax> where syntax refers
9  * to abstract syntax. New method tellf in retrieve/extract method.
10  *
11  * Revision 1.2  1997/04/30 08:56:08  quinn
12  * null
13  *
14  * Revision 1.1  1996/10/11  10:57:32  adam
15  * New module recctrl. Used to manage records (extract/retrieval).
16  *
17  */
18 #include <log.h>
19
20 #include "grsread.h"
21
22 data1_node *grs_read_sgml (struct grs_read_info *p)
23 {
24     return data1_read_record (p->readf, p->fh, p->mem);
25 }