i2pd/libi2pd/api.swigcxx
2021-06-17 23:12:22 -04:00

16 lines
313 B
Plaintext

// See swig.org for more inteface options,
// e.g. map std::string to Go string
%{
#include "capi.h"
//#include "Streaming.h"
//#include "Destination.h"
//#include "Identity.h"
//#include "Tag.h"
%}
%include "capi.h"
//%include "Streaming.h"
//%include "Destination.h"
//%include "Identity.h"
//%include "Tag.h"