1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 19:47:54 +00:00
i2pd/libi2pd/api.swigcxx

16 lines
309 B
Plaintext

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