mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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"
|