mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-01 13:24:31 +01:00
8 lines
107 B
OpenEdge ABL
8 lines
107 B
OpenEdge ABL
%module libhsmd
|
|
%{
|
|
#define SWIG_FILE_WITH_INIT
|
|
#include "libhsmd_python.h"
|
|
%}
|
|
|
|
%include "libhsmd_python.h"
|