Files
MaxScale/connectors/cdc-connector/python/cdc_connector.i
Markus Mäkelä 070df73d99 MXS-1538: Integrate CDC-Connector into MaxScale
Added the files from the repository to MaxScale. Created a new CMake
function for installing development libraries.
2018-01-22 15:29:21 +02:00

10 lines
134 B
OpenEdge ABL

%module cdc_connector
%include <std_string.i>
%include <stdint.i>
%{
#include "../cdc_connector.h"
%}
%include "../cdc_connector.h"