mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
move wrapper code to own directory
This commit is contained in:
parent
f5db34b98b
commit
f9d9aa0306
6 changed files with 16 additions and 0 deletions
8
libi2pd_wrapper/api.swigcxx
Normal file
8
libi2pd_wrapper/api.swigcxx
Normal file
|
@ -0,0 +1,8 @@
|
|||
// See swig.org for more inteface options,
|
||||
// e.g. map std::string to Go string
|
||||
|
||||
%{
|
||||
#include "capi.h"
|
||||
%}
|
||||
|
||||
%include "capi.h"
|
Loading…
Add table
Add a link
Reference in a new issue