mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-02 02:34:36 +02:00
Reformat code
This commit is contained in:
parent
3ddb370718
commit
55534ea002
140 changed files with 46068 additions and 48277 deletions
|
@ -14,13 +14,17 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
// initialization start and stop
|
||||
void C_InitI2P (int argc, char *argv[], const char * appName);
|
||||
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 ();
|
||||
void C_TerminateI2P();
|
||||
|
||||
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
|
||||
void C_StopI2P();
|
||||
|
||||
void C_RunPeerTest(); // should be called after UPnP
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue