mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-15 22:06:40 +01:00
16 lines
No EOL
309 B
Text
16 lines
No EOL
309 B
Text
// 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" |