mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix go linking
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user