null
[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.2  1997-04-30 08:56:08  quinn
8  * null
9  *
10  * Revision 1.1  1996/10/11  10:57:32  adam
11  * New module recctrl. Used to manage records (extract/retrieval).
12  *
13  */
14 #include <stdio.h>
15 #include <assert.h>
16 #include <string.h>
17
18 #include "grsread.h"
19
20 data1_node *grs_read_sgml (struct grs_read_info *p)
21 {
22     return data1_read_record (p->readf, p->fh, p->mem);
23 }