1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-02-06 03:44:18 +00:00
2023-05-08 20:00:14 +00:00

9 lines
125 B
Plaintext

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