mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +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"
|