mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-07 14:29:33 +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"
|