i2pd/api/api.h

16 lines
155 B
C
Raw Normal View History

2014-11-17 20:37:40 +03:00
#ifndef API_H__
#define API_H__
namespace i2p
{
namespace api
{
2014-11-17 22:42:45 +03:00
void InitI2P (int argc, char* argv[]);
void StartI2P ();
void StopI2P ();
2014-11-17 20:37:40 +03:00
}
}
#endif