fix go linking

This commit is contained in:
idk 2021-07-02 10:47:55 -04:00
parent f9d9aa0306
commit abee29719d
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
3 changed files with 14 additions and 5 deletions
libi2pd_wrapper

View file

@ -85,10 +85,9 @@ void C_TerminateI2P ()
return i2p::api::TerminateI2P();
}
void C_StartI2P ()//std::ostream *logStream)
void C_StartI2P ()
{
std::shared_ptr<std::ostream> logStream;
//cppLogStream(&out);
return i2p::api::StartI2P(logStream);
}