source: trunk/gsdl/packages/d2m/d2m4gs.h@ 10385

Last change on this file since 10385 was 10385, checked in by kjdon, 19 years ago

a few changes to get it compiling on windows

  • Property svn:keywords set to Author Date Id Revision
File size: 368 bytes
Line 
1#ifndef D2M4GSH
2#define D2M4GSH
3
4#include <string.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10
11#include "d2m.h"
12
13void MARCtidy(struct marcrec *mrec, char *buf, int format);
14void usMARC(struct metatag *mt, struct marcrec *mr);
15char *MARC2709(char *record, int last, int first, char recstatus,
16 char rectype, char biblevel);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.