OSDN Git Service

Initial commit of ludia_funcs.
[ludiafuncs/ludia_funcs.git] / ludia_funcs.h
1 /*-------------------------------------------------------------------------
2  *
3  * Copyright (c) 2006-2013, NTT DATA Corporation
4  * All rights reserved.
5  *
6  * Changelog:
7  *   2013/01/09
8  *   Update Ludia functions so that they are available with PostgreSQL9.1.
9  *   Author: NTT DATA Corporation
10  *
11  *-------------------------------------------------------------------------
12  */
13 #ifndef __LUDIA_FUNCS_H__
14 #define __LUDIA_FUNCS_H__
15
16 #ifdef TEXTPORTER
17 int     ExecTextPorter(unsigned char *Appfile, unsigned char *Txtfile,
18                                    unsigned char *GroupName, unsigned char *DefLangName,
19                                    int bBigEndian, unsigned int Option,
20                                    unsigned int Option1, long Size, unsigned short Csv_c);
21 #endif  /* TEXTPORTER */
22
23 #endif  /* __LUDIA_FUNCS_H */