#ifndef API_H__
#define API_H__
namespace i2p
{
namespace api
void InitI2P (int argc, char* argv[]);
void StartI2P ();
void StopI2P ();
}
#endif