mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-21 23:01:48 +02:00
fix go linking
This commit is contained in:
parent
f9d9aa0306
commit
abee29719d
3 changed files with 14 additions and 5 deletions
libi2pd_wrapper
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue