fix go linking

This commit is contained in:
idk
2021-07-02 10:47:55 -04:00
parent f9d9aa0306
commit abee29719d
3 changed files with 14 additions and 5 deletions

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);
}