11 lines
362 B
C
11 lines
362 B
C
|
#ifndef XN_INTERFACE_GEN_SERVER_H
|
||
|
#define XN_INTERFACE_GEN_SERVER_H
|
||
|
|
||
|
#include "XNInterfaceGenServer_global.h"
|
||
|
|
||
|
extern "C" XNIGS_EXPORT int XNInterfaceGen(const char *tableName, const int tableNameSize,
|
||
|
const char *configName, const int configNameSize,
|
||
|
const char *errorMsg, const int errorMsgSize);
|
||
|
|
||
|
#endif // XN_INTERFACE_GEN_SERVER_H
|