mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Also add the languages to the linker flags in the api.go file
This commit is contained in:
parent
d62d2ed269
commit
5d01ee9581
2 changed files with 2 additions and 4 deletions
|
@ -17,7 +17,7 @@ extern "C" {
|
|||
void C_InitI2P (int argc, char argv[], const char * appName);
|
||||
//void C_InitI2P (int argc, char** argv, const char * appName);
|
||||
void C_TerminateI2P ();
|
||||
void C_StartI2P (); //std::ostream *logStream = nullptr);
|
||||
void C_StartI2P ();
|
||||
// write system log to logStream, if not specified to <appName>.log in application's folder
|
||||
void C_StopI2P ();
|
||||
void C_RunPeerTest (); // should be called after UPnP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue