source: main/trunk/greenstone2/runtime-src/packages/d2m/d2m4gs.h@ 22396

Last change on this file since 22396 was 22396, checked in by kjdon, 14 years ago

use MARCmake now instead of usMARC - then can use all formats that d2m supports, instead of just usMARC

  • Property svn:keywords set to Author Date Id Revision
File size: 381 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);
14int MARCmake(struct metatag *mt, struct marcrec *mr, int format);
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.