mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 15:00:34 +01:00
7 lines
107 B
OpenEdge ABL
7 lines
107 B
OpenEdge ABL
%module libhsmd
|
|
%{
|
|
#define SWIG_FILE_WITH_INIT
|
|
#include "libhsmd_python.h"
|
|
%}
|
|
|
|
%include "libhsmd_python.h"
|