mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
// See swig.org for more interface options,
|
|
// e.g. map std::string to Go string
|
|
|
|
%{
|
|
#include "capi.h"
|
|
%}
|
|
|
|
%include "capi.h"
|