OSDN Git Service

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