mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-09 19:47:54 +00:00
16 lines
309 B
Plaintext
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" |